Bump the versions of B and Storable following 1b95d04f713d9c56.
authorNicholas Clark <nick@ccl4.org>
Fri, 20 May 2011 08:49:24 +0000 (09:49 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 20 May 2011 09:03:09 +0000 (10:03 +0100)
1b95d04f713d9c56 changed HvKEYS() to HvUSEDKEYS() in the XS code.

dist/Storable/Storable.pm
ext/B/B.pm
pod/perldelta.pod

index 44b85db..e69b455 100644 (file)
@@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter);
 
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.27';
+$VERSION = '2.28';
 
 BEGIN {
     if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) {
index 063eb40..da20925 100644 (file)
@@ -15,7 +15,7 @@ require Exporter;
 # walkoptree comes from B.xs
 
 BEGIN {
-    $B::VERSION = '1.29';
+    $B::VERSION = '1.30';
     @B::EXPORT_OK = ();
 
     # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.
index 4aa6367..31fece1 100644 (file)
@@ -91,6 +91,10 @@ XXX
 
 =item *
 
+L<B> has been upgraded from version 1.29 to version 1.30.
+
+=item *
+
 L<Math::Complex> has been upgraded from version 1.56 to version 1.57.
 
 Correct copy constructor usage.
@@ -99,6 +103,10 @@ More stable C<great_circle_direction> algorithm.
 
 =item *
 
+L<Storable> has been upgraded from version 2.27 to version 2.28.
+
+=item *
+
 L<Time::HiRes> has been upgraded from version 1.9721_01 to version 1.9722.
 
 Portability fix, and avoiding some compiler warnings.