1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: appconfig-perl
Section: interpreters
Priority: optional
Build-Depends: perl (>= 5.6.0-16), debhelper (>= 3.0.18)
Maintainer: Stefan Hornburg (Racke) <racke@linuxia.de>
Standards-Version: 3.5.6.0
Package: libappconfig-perl
Architecture: all
Depends: ${perl:Depends}
Description: Perl module for configuration file and command line parsing
AppConfig is a bundle of Perl5 modules for reading configuration files
and parsing command line arguments. This is a descendant of, and
supercedes the App::Config module. Functionality is extended over the
final version of App::Config (1.09) and includes many new features. This
module has been developed and in the process, renamed, as part of an
effort to unify the various Perl modules for parsing configuration files
and command line arguments.
|