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 Uploaders: gregor herrmann , Jonathan Yu , Salvatore Bonaccorso , Fabrizio Regalli , Dominic Hargreaves 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.