summaryrefslogtreecommitdiff
path: root/ext/GDBM_File/GDBM_File.pm
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-18 03:26:43 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-18 03:26:43 +0000
commit097d66a9bb4486e5ece83ced5c687fb1dc2c7503 (patch)
treef7878517a2638724587ff3486ee42890258fdc60 /ext/GDBM_File/GDBM_File.pm
parent449bc448608ab0510bce029f04816fc3b63d7d6a (diff)
downloadperl-097d66a9bb4486e5ece83ced5c687fb1dc2c7503.tar.gz
ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
p4raw-id: //depot/perl@2970
Diffstat (limited to 'ext/GDBM_File/GDBM_File.pm')
-rw-r--r--ext/GDBM_File/GDBM_File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/GDBM_File/GDBM_File.pm b/ext/GDBM_File/GDBM_File.pm
index 09df4373fb..af9a5dc6a3 100644
--- a/ext/GDBM_File/GDBM_File.pm
+++ b/ext/GDBM_File/GDBM_File.pm
@@ -59,7 +59,7 @@ require DynaLoader;
GDBM_WRITER
);
-$VERSION = "1.00";
+$VERSION = "1.01";
sub AUTOLOAD {
my($constname);