libdbm-deep-perl 2.0008-2 source package in Ubuntu

Changelog

libdbm-deep-perl (2.0008-2) unstable; urgency=low


  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Nathan Handler ]
  * Email change: Nathan Handler -> <email address hidden>

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Add patch to fix a POD issue. (Closes: #709793)
  * Update years of packaging coypright.
  * Set Standards-Version to 3.9.4 (no changes).
  * Drop version from libdbd-sqlite3-perl in Suggests. Nothing older in
    the archive.

 -- gregor herrmann <email address hidden>  Sun, 26 May 2013 19:44:05 +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

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdbm-deep-perl_2.0008-2.dsc 2.3 KiB e3eec223835409a87818a47f42fc7cb6b051b9ef42635d572d5f4a6b17f9aa25
libdbm-deep-perl_2.0008.orig.tar.gz 174.2 KiB 4a30ed3329e665aa2cde0be1842814345fa563ec9d682e688aec064e64a87fc0
libdbm-deep-perl_2.0008-2.debian.tar.gz 4.0 KiB 5709c5d06f187171901cc3b3ba6e9f03ba39f175a3cfcff45489680ff2becad9

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.