From: Jarkko Hietaniemi Date: Wed, 8 May 2002 12:25:04 +0000 (+0000) Subject: Bump up the Storable $VERSION to 2.0. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=caa9d8804e0bff3e31fb731f41ebc68464f2a6b5;p=p5sagit%2Fp5-mst-13.2.git Bump up the Storable $VERSION to 2.0. p4raw-id: //depot/perl@16478 --- diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 3031a8d..72586fa 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... #