Up Storable version to 2.25
authorDavid Leadbeater <dgl@dgl.cx>
Fri, 3 Dec 2010 14:16:38 +0000 (14:16 +0000)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 4 Dec 2010 19:42:18 +0000 (11:42 -0800)
dist/Storable/ChangeLog
dist/Storable/Storable.pm

index 1bf53bb..faff566 100644 (file)
@@ -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
index b6bfa88..e762a3b 100644 (file)
@@ -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...
 
 #