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

Changelog

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


  * New upstream release.
  * Drop pod.patch, applied upstream.
  * Drop unused lintian override (spelling-error-in-manpage).
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Wed, 11 Dec 2013 21:15:10 +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

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdbm-deep-perl_2.0010-1.dsc 2.4 KiB 98096a2578b046cfb1201045bf5eaa834c3955277572900072c84cfc54064c12
libdbm-deep-perl_2.0010.orig.tar.gz 175.8 KiB 1f501ee24dc2fb569cee9f4b7356f9b54d0096cb63c74f6c359ff9059daae293
libdbm-deep-perl_2.0010-1.debian.tar.gz 3.6 KiB 52442edf48cf248976445859a69b048922fa0877e0c234b9a993412bdea4392b

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.