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:
312e3b2
)
s/2.0/2.00/ to be CPAN friendly.
author
Abhijit Menon-Sen
<ams@wiw.org>
Sat, 18 May 2002 15:06:35 +0000
(15:06 +0000)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Sat, 18 May 2002 15:06:35 +0000
(15:06 +0000)
p4raw-id: //depot/perl@16675
ext/Storable/Storable.pm
patch
|
blob
|
history
diff --git
a/ext/Storable/Storable.pm
b/ext/Storable/Storable.pm
index
664f6e7
..
50fc105
100644
(file)
--- a/
ext/Storable/Storable.pm
+++ b/
ext/Storable/Storable.pm
@@
-70,7
+70,7
@@
package Storable; @ISA = qw(Exporter DynaLoader);
use AutoLoader;
use vars qw($forgive_me $VERSION);
-$VERSION = '2.0';
+$VERSION = '2.0
0
';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...
#