libmldbm-perl 2.05-4 source package in Ubuntu

Changelog

libmldbm-perl (2.05-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libmldbm-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 01:48:51 +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 Pocket Published Component Section
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmldbm-perl_2.05-4.dsc 2.1 KiB 8bbd0b20baa107347087d32bf95f8f149e3335d5e9d71c0159eb769d5342b2dc
libmldbm-perl_2.05.orig.tar.gz 12.9 KiB 586880ed0c20801abbf6734747e13e0203edefece6ebc4f20ddb5059f02a17a2
libmldbm-perl_2.05-4.debian.tar.xz 3.8 KiB a49c91a28234c3b87a1e08da5d4cd9666d9118fecc0367e2c187cbedcc0b84f8

Available diffs

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.