diff options
author | Paul Marquess <pmarquess@bfsec.bt.co.uk> | 1996-12-18 10:37:58 +0000 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1996-12-19 16:44:00 +1200 |
commit | 18d2dc8c79d95eb6c44a7de3c7011396fa783741 (patch) | |
tree | 7d0a42eda661987348557178a07c9bc381b02a79 /ext/DB_File/DB_File.xs | |
parent | 441496b2b4814536730a7c97d893a728a76c0c9d (diff) | |
download | perl-18d2dc8c79d95eb6c44a7de3c7011396fa783741.tar.gz |
DB_File 1.09 patch
private-msgid: <9612181037.AA10123@claudius.bfsec.bt.co.uk>
Diffstat (limited to 'ext/DB_File/DB_File.xs')
-rw-r--r-- | ext/DB_File/DB_File.xs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/DB_File/DB_File.xs b/ext/DB_File/DB_File.xs index 821eaaef3b..a13eaa6267 100644 --- a/ext/DB_File/DB_File.xs +++ b/ext/DB_File/DB_File.xs @@ -3,8 +3,8 @@ DB_File.xs -- Perl 5 interface to Berkeley DB written by Paul Marquess (pmarquess@bfsec.bt.co.uk) - last modified 3rd Dec 1996 - version 1.08 + last modified 18th Dec 1996 + version 1.09 All comments/suggestions/problems are welcome @@ -34,6 +34,7 @@ 1.06 - Minor namespace cleanup: Localized PrintBtree. 1.07 - Fixed bug with RECNO, where bval wasn't defaulting to "\n". 1.08 - No change to DB_File.xs + 1.09 - Default mode for dbopen changed to 0666 */ @@ -768,7 +769,7 @@ constant(name,arg) DB_File -db_DoTie_(dbtype, name=undef, flags=O_CREAT|O_RDWR, mode=0640, type=DB_HASH) +db_DoTie_(dbtype, name=undef, flags=O_CREAT|O_RDWR, mode=0666, type=DB_HASH) char * dbtype int flags int mode |