summaryrefslogtreecommitdiff
path: root/ext/Storable/Storable.pm
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2004-02-29 04:29:24 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2004-02-29 04:29:24 +0000
commit481a6671238f4f53fa8c151fa2dcca570750d70e (patch)
tree411476953429ee6a52c259c885eda241260fdbf8 /ext/Storable/Storable.pm
parent97b11a4791ec0e8fc4d06eacad1050c1ccfa6a74 (diff)
downloadperl-481a6671238f4f53fa8c151fa2dcca570750d70e.tar.gz
Back out _01 version suffix.
p4raw-id: //depot/perl@22410
Diffstat (limited to 'ext/Storable/Storable.pm')
-rw-r--r--ext/Storable/Storable.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm
index 81034b7353..8ec8e1e58b 100644
--- a/ext/Storable/Storable.pm
+++ b/ext/Storable/Storable.pm
@@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter DynaLoader);
use AutoLoader;
use vars qw($canonical $forgive_me $VERSION);
-$VERSION = '2.10_01';
+$VERSION = '2.10';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...
#