1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/databases/p5-BerkeleyDB/pkg-descr
Mark Linimon 0b69b1da88 With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email.
2010-12-07 19:35:25 +00:00

10 lines
402 B
Plaintext

This is the perl5 interface to Berkeley DB version 2, 3, 4 or 4.1, which
it depends on.
You may want to use this, instead of the default dbm that perl provides,
as that one is based on version 1, which is seriously buggy. E.g., if
keys or data are over a hundred bytes or so, bad things may happen to
your dbm files. Never mind all the extra features....
WWW: http://search.cpan.org/dist/BerkeleyDB/