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

Changelog

libdbm-deep-perl (2.0009-1) unstable; urgency=low


  * New upstream release.
  * Build depend on Module::Build 0.40.

 -- gregor herrmann <email address hidden>  Sun, 22 Sep 2013 16:13:47 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low 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.0009-1.dsc 2.4 KiB 3cbaae9d3530ed4d601ffa019680ece04961b2cefaa193493a1e4e52da726994
libdbm-deep-perl_2.0009.orig.tar.gz 175.7 KiB 06a45f287ecf2afc261041858cc9197bb9ede54b7de7063f608cd7712ab34bd1
libdbm-deep-perl_2.0009-1.debian.tar.gz 4.1 KiB 20e4da83cc33e8c1c2a146791a1b969a0617141d6b7cd51766dadf16ae7624f2

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.