summaryrefslogtreecommitdiff
path: root/lang/perl/DB_File/README
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /lang/perl/DB_File/README
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'lang/perl/DB_File/README')
-rw-r--r--lang/perl/DB_File/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/perl/DB_File/README b/lang/perl/DB_File/README
index 719b96e1..813cc893 100644
--- a/lang/perl/DB_File/README
+++ b/lang/perl/DB_File/README
@@ -1,10 +1,10 @@
DB_File
- Version 1.824
+ Version 1.828
- 6th August 2011
+ 7th May 2013
- Copyright (c) 1995-2011 Paul Marquess. All rights reserved. This
+ Copyright (c) 1995-2014 Paul Marquess. All rights reserved. This
program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
@@ -22,11 +22,11 @@ DESCRIPTION
DB_File is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB version 1. (DB_File can be built
-version 2, 3 or 4 of Berkeley DB, but it will only support the 1.x
-features),
+version 2, or greater, of Berkeley DB, but it will only support the 1.x
+features).
If you want to make use of the new features available in Berkeley DB
-2.x, 3.x or 4.x, use the Perl module BerkeleyDB instead.
+2.x, or greater, use the Perl module BerkeleyDB instead.
Berkeley DB is a C library which provides a consistent interface to a
number of database formats. DB_File provides an interface to all three