This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Storable should cope if the string to thaw happens to be utf8 encoded
[perl5.git] / ext / Storable / Storable.pm
index 6c8cb3b..3a361ba 100644 (file)
@@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter DynaLoader);
 use AutoLoader;
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.12';
+$VERSION = '2.13';
 *AUTOLOAD = \&AutoLoader::AUTOLOAD;            # Grrr...
 
 #