diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-08 12:25:04 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-08 12:25:04 +0000 |
commit | caa9d8804e0bff3e31fb731f41ebc68464f2a6b5 (patch) | |
tree | e14785c01870237d0dc9fb09c6126b7c5ad5bb74 | |
parent | b54a2e1e86bb17fbd0ad24268345864a9fcd8dc6 (diff) | |
download | perl-caa9d8804e0bff3e31fb731f41ebc68464f2a6b5.tar.gz |
Bump up the Storable $VERSION to 2.0.
p4raw-id: //depot/perl@16478
-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 3031a8d644..72586fad2e 100644 --- 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 = '1.015'; +$VERSION = '2.0'; *AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr... # |