summaryrefslogtreecommitdiff
path: root/ext/Storable/Storable.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-06-17 12:03:48 +0000
committerNicholas Clark <nick@ccl4.org>2004-06-17 12:03:48 +0000
commitfa523c3aebaa750d8df9401d8df709a481d30174 (patch)
tree319bfeab1ebcae73ffead21215b2bde8fc044811 /ext/Storable/Storable.pm
parent1189c2455625fa7630a612bc6b2c4ce3a215a4bc (diff)
downloadperl-fa523c3aebaa750d8df9401d8df709a481d30174.tar.gz
Storable should cope if the string to thaw happens to be utf8 encoded
And anything with bytes >=256 is corrupt p4raw-id: //depot/perl@22943
Diffstat (limited to 'ext/Storable/Storable.pm')
-rw-r--r--ext/Storable/Storable.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm
index 6c8cb3bab7..3a361ba226 100644
--- a/ext/Storable/Storable.pm
+++ b/ext/Storable/Storable.pm
@@ -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...
#