This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add interpolation test for [perl #70091]
[perl5.git] / dist / Storable / Storable.pm
index 2b1acb4..b60a5f6 100644 (file)
@@ -23,7 +23,7 @@ use AutoLoader;
 use FileHandle;
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.21';
+$VERSION = '2.22';
 *AUTOLOAD = \&AutoLoader::AUTOLOAD;            # Grrr...
 
 #