libdbm-deep-perl 2.0016-3 source package in Ubuntu

Changelog

libdbm-deep-perl (2.0016-3) unstable; urgency=medium

  * Add patch from CPAN RT to fix failures with perl >= 5.37.9.
  * Update debian/upstream/metadata.
  * debian/rules: use $(RM) instead of plain `rm'.
  * Update years of packaging copyright.
  * Cleanup alternative build dependencies.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sun, 02 Jul 2023 20:40:11 +0200

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
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbm-deep-perl_2.0016-3.dsc 2.6 KiB 1bbfcb9a1f6829c50f7a489e18188113b8aa48e282b3195509af7a74ab5d190f
libdbm-deep-perl_2.0016.orig.tar.gz 176.2 KiB 902a7c7aa0488d8d0a0e8a6cf3da0e96b4093ae471e6b772f0c6d5898e470e4d
libdbm-deep-perl_2.0016-3.debian.tar.xz 4.8 KiB ab47a2ffb4c1f843617f0bd6cdad33723b86f29b1bf5628e1ab21cf3aaf407eb

Available diffs

No changes file available.

Binary packages built by this source

libdbm-deep-perl: pure perl multi-level hash/array DBM that supports transactions

 DBM::Deep is an unique flat-file database module, written in pure perl. True
 multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO /
 tie() interface, cross-platform FTPable files, ACID transactions, and is quite
 fast. Can handle millions of keys and unlimited levels without significant
 slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper
 around a C-based DBM.