libmldbm-perl 2.05-3 source package in Ubuntu

Changelog

libmldbm-perl (2.05-3) 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.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 19:39:05 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmldbm-perl_2.05-3.dsc 2.1 KiB cad7fbec0c8b2dff7c2b77a0589866225c7bef09b8458a89954ef1b7d12a7c98
libmldbm-perl_2.05.orig.tar.gz 12.9 KiB 586880ed0c20801abbf6734747e13e0203edefece6ebc4f20ddb5059f02a17a2
libmldbm-perl_2.05-3.debian.tar.xz 3.8 KiB f778e2c5eb41a408b376deb2d67b515da7b6b486aa64d06a17c500c4277e2815

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.