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
|
Source: libconfig-inihash-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Antonio Radici <antonio@dyne.org>,
Ryan Niebur <ryan@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
libmodule-build-perl
Build-Depends-Indep: libhash-case-perl,
libhash-withdefaults-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-inihash-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-inihash-perl.git
Homepage: http://search.cpan.org/dist/Config-IniHash/
Package: libconfig-inihash-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libhash-case-perl,
libhash-withdefaults-perl
Description: Perl extension for reading and writing INI files
Config::IniHash reads and writes INI files, useful for storing
settings. It returns the full file as a hashref or writes a
hashref into an ini file.
|