X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FStorable%2FStorable.pm;h=81034b735335f7bddb1ca07877f60b44d7dc2124;hb=97b11a4791ec0e8fc4d06eacad1050c1ccfa6a74;hp=8ec8e1e58b4d23ba409f4c3ec0bdf4f969833bcd;hpb=12fbd33b4c244f0a97c39c9f6411b444814dbc56;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 8ec8e1e..81034b7 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'; +$VERSION = '2.10_01'; *AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr... #