diff options
author | Paul Marquess <paul.marquess@btinternet.com> | 2000-12-17 19:11:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-19 17:49:50 +0000 |
commit | 73969f8fab365da08c6e9add280e110329b576aa (patch) | |
tree | 23b7853df679147f9130e27ab3093d7b49d9fe35 /ext/DB_File/DB_File.pm | |
parent | 7731a3b965af3c0f91811bd4fbd5cda1e01d8fb0 (diff) | |
download | perl-73969f8fab365da08c6e9add280e110329b576aa.tar.gz |
DB_File-1.75 (was RE: [8104] DB_File)
Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
p4raw-id: //depot/perl@8196
Diffstat (limited to 'ext/DB_File/DB_File.pm')
-rw-r--r-- | ext/DB_File/DB_File.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm index 2f3aafe6cb..c8302168f8 100644 --- a/ext/DB_File/DB_File.pm +++ b/ext/DB_File/DB_File.pm @@ -1,8 +1,8 @@ # DB_File.pm -- Perl 5 interface to Berkeley DB # # written by Paul Marquess (Paul.Marquess@btinternet.com) -# last modified 10th December 2000 -# version 1.74 +# last modified 17th December 2000 +# version 1.75 # # Copyright (c) 1995-2000 Paul Marquess. All rights reserved. # This program is free software; you can redistribute it and/or @@ -151,7 +151,7 @@ use vars qw($VERSION @ISA @EXPORT $AUTOLOAD $DB_BTREE $DB_HASH $DB_RECNO use Carp; -$VERSION = "1.74" ; +$VERSION = "1.75" ; #typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; $DB_BTREE = new DB_File::BTREEINFO ; |