libhash-multivalue-perl 0.16-2 source package in Ubuntu
Changelog
libhash-multivalue-perl (0.16-2) unstable; urgency=medium [ Salvatore Bonaccorso ] * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. * Remove Fabrizio Regalli from Uploaders. Thanks for your work! * Remove Jonathan Yu from Uploaders. Thanks for your work! [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ gregor herrmann ] * debian/watch: use uscan version 4. -- Jelmer Vernooij <email address hidden> Tue, 14 Jun 2022 22:17:20 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhash-multivalue-perl_0.16-2.dsc | 2.1 KiB | d4979b4492d111912889b32bb29508c12b4aea893c91c2a3e6ca49a122dc82ab |
libhash-multivalue-perl_0.16.orig.tar.gz | 19.4 KiB | 66181df7aa68e2786faf6895c88b18b95c800a8e4e6fb4c07fd176410a3c73f4 |
libhash-multivalue-perl_0.16-2.debian.tar.xz | 2.5 KiB | d9453ad5baead77f4ef7e4a5b910424ba17c54a042ff48123a765389b8d9ab1d |
Available diffs
- diff from 0.16-1.1 to 0.16-2 (1.5 KiB)
No changes file available.
Binary packages built by this source
- libhash-multivalue-perl: 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.