libmldbm-perl 2.05-2 source package in Ubuntu
Changelog
libmldbm-perl (2.05-2) unstable; urgency=medium * Team upload. [ Daniel Lintott ] * d/control, d/copyright, d/watch - Correct metacpan URL and drop trailing slash [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend [ Raphaƫl Hertzog ] * Drop myself from Uploaders. [ Niko Tyni ] * Declare the package autopkgtestable * Update to Standards-Version 3.9.6 * Add explicit build dependency on libmodule-build-perl -- Niko Tyni <email address hidden> Mon, 08 Jun 2015 21:07:04 +0300
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 | |
---|---|---|---|---|
Focal | release | universe | perl | |
Bionic | release | universe | perl | |
Xenial | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmldbm-perl_2.05-2.dsc | 2.0 KiB | 88027d4574e09aff77374c745948e047d03da4342514b1b3ed5599e46280950c |
libmldbm-perl_2.05.orig.tar.gz | 12.9 KiB | 586880ed0c20801abbf6734747e13e0203edefece6ebc4f20ddb5059f02a17a2 |
libmldbm-perl_2.05-2.debian.tar.xz | 3.5 KiB | f08caf5bde7d4d8147b043d3143bac0b92c95a0a0a2025af6ee8405c185b8141 |
Available diffs
- diff from 2.05-1 to 2.05-2 (1.3 KiB)
No changes file available.
Binary packages built by this source
- libmldbm-perl: module for storing multidimensional hash structures in perl tied hashes
The MLDBM perl module can be used to store multidimensional hash structures
in tied hashes (including DBM files).
.
It depends on the Data::Dumper module and by default uses the
SDBM tied hash. But you can use it with DB_File (and others
DBM modules). You can also use other serializing packages
like Storable and FreezeThaw.