summaryrefslogtreecommitdiff
path: root/databases/p5-DBM-Deep/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2008-12-17Update from version 0.0013nb1 to 0.0014.he1-4/+4
Pkgsrc changes: o Change to Module::Build build method Upstream changes: 1.0014 Jun 13 23:15:00 2008 EST - (This version is compatible with 1.0013) - Fix for RT#36781 (t/44 has an unrequired dependency) - lock() has been aliased to lock_exclusive(). There is now a lock_shared() method. The :flock constants are no longer imported into the DBM::Deep namespace. **** THIS IS AN API CHANGE ****
2008-08-23Initial import of p5-DBM-Deep version 1.0013 in the NetBSD Packagesseb1-0/+5
Collection. The Perl 5 module DBM::Deep is a 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. Out-of-the-box compatibility with Unix, Mac OS X and Windows.