summaryrefslogtreecommitdiff
path: root/ext/GDBM_File/GDBM_File.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/GDBM_File/GDBM_File.pm')
-rw-r--r--ext/GDBM_File/GDBM_File.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/GDBM_File/GDBM_File.pm b/ext/GDBM_File/GDBM_File.pm
index 179f9a96e8..ed80aa9c6b 100644
--- a/ext/GDBM_File/GDBM_File.pm
+++ b/ext/GDBM_File/GDBM_File.pm
@@ -56,6 +56,8 @@ require DynaLoader;
GDBM_WRITER
);
+$VERSION = $VERSION = "1.00";
+
sub AUTOLOAD {
local($constname);
($constname = $AUTOLOAD) =~ s/.*:://;