File: control

package info (click to toggle)
libconfig-inihash-perl 3.01.01-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 156 kB
  • ctags: 26
  • sloc: perl: 871; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,214 bytes parent folder | download
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.