summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorDavid Leadbeater <dgl@dgl.cx>2010-12-03 14:16:38 +0000
committerFather Chrysostomos <sprout@cpan.org>2010-12-04 11:42:18 -0800
commit3139f4216c6a770e075ab0b8d4c2957b5244d0fb (patch)
treea4d942ca2a31f68da702df7c8029bd4c8a4dbe5a /dist
parentbe7c46f2208506d2d24d3a1ad41d5a9dc4c994d5 (diff)
downloadperl-3139f4216c6a770e075ab0b8d4c2957b5244d0fb.tar.gz
Up Storable version to 2.25
Diffstat (limited to 'dist')
-rw-r--r--dist/Storable/ChangeLog5
-rw-r--r--dist/Storable/Storable.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/dist/Storable/ChangeLog b/dist/Storable/ChangeLog
index 1bf53bb976..faff5660fc 100644
--- a/dist/Storable/ChangeLog
+++ b/dist/Storable/ChangeLog
@@ -1,3 +1,8 @@
+Fri 3 Dec 14:12:32 GMT 2010 David Leadbeater <dgl@dgl.cx>
+ Version 2.25
+
+ Support for serializing coderefs containing UTF-8.
+
Fri Nov 12 10:52:19 IST 2010 Abhijit Menon-Sen <ams@toroid.org>
Version 2.24
diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm
index b6bfa885f7..e762a3bd56 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...
#