diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /lang/perl/DB_File/README | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'lang/perl/DB_File/README')
| -rw-r--r-- | lang/perl/DB_File/README | 12 |
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 |
