From: Abhijit Menon-Sen Date: Sat, 18 May 2002 15:06:35 +0000 (+0000) Subject: s/2.0/2.00/ to be CPAN friendly. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=55b010e5dabcd8fc816875f76a8e02460766d4e5;p=p5sagit%2Fp5-mst-13.2.git s/2.0/2.00/ to be CPAN friendly. p4raw-id: //depot/perl@16675 --- diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 664f6e7..50fc105 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 = '2.0'; +$VERSION = '2.00'; *AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr... #