diff options
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... # |