File: control

package info (click to toggle)
libapache-admin-config-perl 0.95-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 256 kB
  • sloc: perl: 858; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: libapache-admin-config-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alex Muntada <alexm@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl
Rules-Requires-Root: no
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapache-admin-config-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapache-admin-config-perl.git
Homepage: https://metacpan.org/release/Apache-Admin-Config

Package: libapache-admin-config-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to read/write Apache like configuration files
 Apache::Admin::Config provides an object oriented interface to read
 and write Apache configuration files without affecting comments,
 indentation, or truncated lines.
 .
 You can easily extract information from Apache configuration files, or
 manage htaccess files.  An advantage over Apache::ConfigFile is that
 you can modify configuration files on disk, and generate new ones.
 .
 The class was specifically written for a hosting provider, where it is
 used to add new clients, activate features, (un)lock directories using
 htaccess, etc. It can also come in handy for writing a one-shot
 migration script in a few lines.