projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cd66f7
)
GDBM_File isn't dual life, so no need for a dev module version number.
author
Nicholas Clark
<nick@ccl4.org>
Sat, 29 Mar 2008 16:15:52 +0000
(16:15 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sat, 29 Mar 2008 16:15:52 +0000
(16:15 +0000)
p4raw-id: //depot/perl@33601
ext/GDBM_File/GDBM_File.pm
patch
|
blob
|
history
diff --git
a/ext/GDBM_File/GDBM_File.pm
b/ext/GDBM_File/GDBM_File.pm
index
db4a11a
..
2c9081f
100644
(file)
--- a/
ext/GDBM_File/GDBM_File.pm
+++ b/
ext/GDBM_File/GDBM_File.pm
@@
-68,8
+68,8
@@
use XSLoader ();
GDBM_WRITER
);
-$VERSION = "1.08_01";
-$VERSION =
eval $VERSION; # Needed for dev versions
+# This module isn't dual life, so no need for dev version numbers.
+$VERSION =
'1.09';
sub AUTOLOAD {
my($constname);