[perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
[p5sagit/p5-mst-13.2.git] / ext / Storable / Storable.pm
index 3d66d78..bdfaa19 100644 (file)
@@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter DynaLoader);
 use AutoLoader;
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.11';
+$VERSION = '2.14';
 *AUTOLOAD = \&AutoLoader::AUTOLOAD;            # Grrr...
 
 #