freebsd-ports/databases/p5-DBM-Deep/pkg-descr
Aaron Dalton 5044e973f6 - Update from v0.96 to v0.983
- Update plist

PR:		ports/98189
Submitted by:	aaron
Reviewed by:	maintainer
Approved by:	maintainer, tobez (implicit)
2006-06-09 19:20:57 +00:00

10 lines
563 B
Text

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, and quite fast. Can handle millions of keys and
unlimited hash 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.
WWW: http://search.cpan.org/dist/DBM-Deep/
Authors: Joseph Huckaby <jhuckaby@cpan.org>
Rob Kinyon <rkinyon@cpan.org>