File: control

package info (click to toggle)
libconfig-apacheformat-perl 1.2-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 936 kB
  • sloc: perl: 410; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,268 bytes parent folder | download | duplicates (2)
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
Source: libconfig-apacheformat-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libclass-methodmaker-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-apacheformat-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libconfig-apacheformat-perl.git
Homepage: https://metacpan.org/release/Config-ApacheFormat
Testsuite: autopkgtest-pkg-perl

Package: libconfig-apacheformat-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libclass-methodmaker-perl
Description: Perl module to parse Apache format config files
 Config::ApacheFormat is designed to parse a configuration file in the same
 syntax used by the Apache web server (see http://httpd.apache.org for
 details).  This allows you to build applications which can be easily
 managed by experienced Apache admins.  Also, by using this module,
 you'll benefit from the support for nested blocks with built-in
 parameter inheritance.  This can greatly reduce the amount or repeated
 information in your configuration files.