diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2004-02-29 04:29:24 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2004-02-29 04:29:24 +0000 |
commit | 481a6671238f4f53fa8c151fa2dcca570750d70e (patch) | |
tree | 411476953429ee6a52c259c885eda241260fdbf8 /ext/Storable/Storable.pm | |
parent | 97b11a4791ec0e8fc4d06eacad1050c1ccfa6a74 (diff) | |
download | perl-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.pm | 2 |
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... # |