s/2.0/2.00/ to be CPAN friendly.
authorAbhijit Menon-Sen <ams@wiw.org>
Sat, 18 May 2002 15:06:35 +0000 (15:06 +0000)
committerAbhijit 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

index 664f6e7..50fc105 100644 (file)
@@ -70,7 +70,7 @@ package Storable; @ISA = qw(Exporter DynaLoader);
 use AutoLoader;
 use vars qw($forgive_me $VERSION);
 
-$VERSION = '2.0';
+$VERSION = '2.00';
 *AUTOLOAD = \&AutoLoader::AUTOLOAD;            # Grrr...
 
 #