File: control

package info (click to toggle)
libconfig-apacheformat-perl 1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 828 kB
  • ctags: 19
  • sloc: perl: 408; makefile: 45
file content (24 lines) | stat: -rw-r--r-- 1,236 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
Source: libconfig-apacheformat-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0), quilt
Build-Depends-Indep: perl (>= 5.8.8-12), libclass-methodmaker-perl (>= 1.08)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Stephen Gran <sgran@debian.org>,
 gregor herrmann <gregor+debian@comodo.priv.at>
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-apacheformat-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-apacheformat-perl/
Homepage: http://search.cpan.org/dist/Config::ApacheFormat/

Package: libconfig-apacheformat-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libclass-methodmaker-perl (>= 1.08)
Description:  use Apache format config files
 This module 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.