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 28 29 30 31 32 33
|
Source: libconfig-ini-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep:
libmixin-linewise-perl (>= 0.105),
perl,
perl (>= 5.17.1) | libcpan-meta-requirements-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
gregor herrmann <gregoa@debian.org>,
Jonathan Yu <jawnsy@cpan.org>,
Salvatore Bonaccorso <carnil@debian.org>,
Fabrizio Regalli <fabreg@fabreg.it>,
Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Config-INI
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-ini-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-ini-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libconfig-ini-perl
Architecture: all
Depends: libmixin-linewise-perl (>= 0.105), ${misc:Depends}, ${perl:Depends}
Description: Perl module for reading and writing .ini files
Config::INI::Reader and Config::INI::Writer are "yet another config module"
implementing yet another slightly different take on the undeniably easy to
read ".ini" file format. Their default behavior is quite similar to that of
Config::Tiny, on which it is based.
.
The chief difference is that Config::INI is designed to be subclassed to
allow for side-effects and self-reconfiguration to occur during the course of
reading its input.
|