This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump Storage version to 2.20 to distinguish it from the 2.19 that was
[perl5.git] / ext / Storable / Storable.pm
index 6e7fa4f..20df4f1 100644 (file)
@@ -23,7 +23,7 @@ use AutoLoader;
 use FileHandle;
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.19';
+$VERSION = '2.20';
 *AUTOLOAD = \&AutoLoader::AUTOLOAD;            # Grrr...
 
 #