File: control

package info (click to toggle)
libconfig-scoped-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 752 kB
  • ctags: 73
  • sloc: perl: 10,347; makefile: 42
file content (20 lines) | stat: -rw-r--r-- 1,055 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libconfig-scoped-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-perl, libtest-pod-coverage-perl, liberror-perl, libparse-recdescent-perl (>= 1.94)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Angel Abad (Ikusnet SLL) <angel@grupoikusnet.com>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Config-Scoped/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-scoped-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-scoped-perl/

Package: libconfig-scoped-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libparse-recdescent-perl (>= 1.94), liberror-perl
Description: Feature rich configuration file parser
 Config::Scoped is a configuration file parser for complex configuration
 files based on Parse::RecDescent. Files similar to the ISC named or ISC 
 dhcpd configurations are possible. In order to be fast a precompiled
 grammar and optionally a config cache is used.