bump Storage version to 2.20 to distinguish it from the 2.19 that was
David Mitchell [Sun, 10 May 2009 23:04:09 +0000 (00:04 +0100)]
bundled with 5.8.9

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...
 
 #