1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libhash-multivalue-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
Fabrizio Regalli <fabreg@fabreg.it>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Hash-MultiValue
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhash-multivalue-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhash-multivalue-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libhash-multivalue-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module for storing multiple values per key in a hash
Hash::MultiValue is a Perl module that provides an object (and a plain hash
reference) that may contain multiple values per key. The hash behaves like a
single-value hash reference, but also provides an API to retrieve multiple
values explicitly on demand.
|