From: David Leadbeater Date: Fri, 3 Dec 2010 14:16:38 +0000 (+0000) Subject: Up Storable version to 2.25 X-Git-Tag: accepted/trunk/20130322.191538~6585^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3139f4216c6a770e075ab0b8d4c2957b5244d0fb;p=platform%2Fupstream%2Fperl.git Up Storable version to 2.25 --- diff --git a/dist/Storable/ChangeLog b/dist/Storable/ChangeLog index 1bf53bb..faff566 100644 --- a/dist/Storable/ChangeLog +++ b/dist/Storable/ChangeLog @@ -1,3 +1,8 @@ +Fri 3 Dec 14:12:32 GMT 2010 David Leadbeater + Version 2.25 + + Support for serializing coderefs containing UTF-8. + Fri Nov 12 10:52:19 IST 2010 Abhijit Menon-Sen Version 2.24 diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm index b6bfa88..e762a3b 100644 --- a/dist/Storable/Storable.pm +++ b/dist/Storable/Storable.pm @@ -23,7 +23,7 @@ use AutoLoader; use FileHandle; use vars qw($canonical $forgive_me $VERSION); -$VERSION = '2.24'; +$VERSION = '2.25'; *AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr... #