From: Abhijit Menon-Sen Date: Sun, 29 Feb 2004 04:29:24 +0000 (+0000) Subject: Back out _01 version suffix. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=481a6671238f4f53fa8c151fa2dcca570750d70e;p=p5sagit%2Fp5-mst-13.2.git Back out _01 version suffix. p4raw-id: //depot/perl@22410 --- diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 81034b7..8ec8e1e 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... #