Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-BerkeleyDB: BerkeleyDB Perl module
- Summary
- BerkeleyDB is a module that allows Perl programs to make use of the
facilities provided by Berkeley DB. Berkeley DB is a C library that
provides a consistent interface to a number of database formats.
BerkeleyDB provides an interface to all four of the database types
(hash, btree, queue and recno) currently supported by Berkeley DB.
Changelog
- * Wed Aug 3 23:00:00 2005 Steven Pritchard <steve{%}kspei{*}com> 0.26-3
- Move OPTIMIZE to Makefile.PL instead of make
- * Mon Aug 1 23:00:00 2005 Steven Pritchard <steve{%}kspei{*}com> 0.26-2
- Various fixes from Paul Howarth:
- Add description
- Fix permissions on docs (also Paul Howarth)
- Add OPTIMIZE to make
- Don't own perl_vendorarch/auto/
- BuildRequire Test::Pod and MLDBM
- * Wed Jul 6 23:00:00 2005 Steven Pritchard <steve{%}kspei{*}com> 0.26-1
- Specfile autogenerated.
- Add BuildRequires db4-devel.
- Install dbinfo script.