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

Changelog

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


  * New upstream release.
  * Update years of upstream and packaging copyright.
  * Update build dependencies.

 -- gregor herrmann <email address hidden>  Tue, 14 Jan 2014 19:44:52 +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
Trusty release main perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdbm-deep-perl_2.0011-1.dsc 2.3 KiB ec9e95f8da1b3d207930379ea5040d080acf7274bfe465962d64e5f8a8c740a1
libdbm-deep-perl_2.0011.orig.tar.gz 176.2 KiB e1c8925b04782d8db090d8d3167d0a7d178fabc4477d273874f654497ac412ef
libdbm-deep-perl_2.0011-1.debian.tar.gz 3.6 KiB f29cb59f3dd14d9a240f44d50a31b060ebfe1defb58ef0309a6f43e63c7263b9

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.