libdbm-deep-perl 2.0017-1 source package in Ubuntu

Changelog

libdbm-deep-perl (2.0017-1) unstable; urgency=medium

  * Import upstream version 2.0017.
  * Update debian/upstream/metadata.
  * Update years of upstream copyright.
  * Drop DBM-Deep-2.0016-Fix-for-perl-5.38.patch.

 -- gregor herrmann <email address hidden>  Sun, 01 Oct 2023 04:14:35 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbm-deep-perl_2.0017-1.dsc 2.6 KiB 7440f0fe16eb0fbb14a75f1cac46089dbb86a05e164271492f85821757bd0693
libdbm-deep-perl_2.0017.orig.tar.gz 176.2 KiB d723452057553bbd945d63215ebfe0aa77a92ec6e0fa33b0daca57ae1b8a4d24
libdbm-deep-perl_2.0017-1.debian.tar.xz 4.3 KiB f1a2cf14e842e3a4cdd1325109d73e2de8619a7145ec0fad52d922f2d8d2d652

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.