Source: libhash-multivalue-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Fabrizio Regalli 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.