summaryrefslogtreecommitdiff
path: root/lang/perl/DB_File/README
diff options
context:
space:
mode:
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