Bump up the Storable $VERSION to 2.0.
Jarkko Hietaniemi [Wed, 8 May 2002 12:25:04 +0000 (12:25 +0000)]
p4raw-id: //depot/perl@16478

ext/Storable/Storable.pm

index 3031a8d..72586fa 100644 (file)
@@ -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...
 
 #