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-simple-perl
Section: perl
Priority: optional
Build-Depends-Indep: perl
Build-Depends: debhelper (>= 8)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>, tony mancill <tmancill@debian.org>
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-perl/packages/libconfig-simple-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-simple-perl.git
Homepage: http://search.cpan.org/dist/Config-Simple
Package: libconfig-simple-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: simple configuration file class
Reading and writing configuration files is one of the most frequent
aspects of any software design. Config::Simple is the library to help
you with it.
.
Config::Simple is a class representing configuration file object. It
supports several configuration file syntax and tries to identify the
file syntax to parse them accordingly. Library supports parsing,
updating and creating configuration files.
|