In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e5904012f684e4931ecd4a1671a82801d7e57411?hp=2ad7616970a1ac7edfbeef24dbd9ae8f25640ed6>

- Log -----------------------------------------------------------------
commit e5904012f684e4931ecd4a1671a82801d7e57411
Author: Nicholas Clark <n...@ccl4.org>
Date:   Fri May 20 10:19:33 2011 +0100

    Bump the version of PerlIO::encoding following 1c2e8ccaafb0b2b1.
    
    1c2e8ccaafb0b2b1 fixed a typo in a comment in the XS code.

M       ext/PerlIO-encoding/encoding.pm
M       pod/perldelta.pod

commit daca484d698401314760ddb24f2669780bf9de12
Author: Nicholas Clark <n...@ccl4.org>
Date:   Fri May 20 09:49:24 2011 +0100

    Bump the versions of B and Storable following 1b95d04f713d9c56.
    
    1b95d04f713d9c56 changed HvKEYS() to HvUSEDKEYS() in the XS code.

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

commit f95396b326aacbc03234633c3e3e6a094c105d5f
Author: Nicholas Clark <n...@ccl4.org>
Date:   Fri May 20 09:39:11 2011 +0100

    Use L<> rather than C<> in the Updated Modules section of perldelta.
    
    Previous perldeltas have been inconsistent with each other as to whether to
    use L<> to C<> (but internally consistent). perldelta5140.pod uses L<>, 
which
    is more useful, as it provides a direct link to fuller documentation at the
    point where the reader is likely to want to follow it.
    
    Switch the two existing entries from C<> to L<>, and update the perldelta
    template to suggest L<>.

M       Porting/perldelta_template.pod
M       pod/perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 Porting/perldelta_template.pod  |    3 ++-
 dist/Storable/Storable.pm       |    2 +-
 ext/B/B.pm                      |    2 +-
 ext/PerlIO-encoding/encoding.pm |    2 +-
 pod/perldelta.pod               |   16 ++++++++++++++--
 5 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/Porting/perldelta_template.pod b/Porting/perldelta_template.pod
index 4a6e099..7f9749a 100644
--- a/Porting/perldelta_template.pod
+++ b/Porting/perldelta_template.pod
@@ -96,7 +96,8 @@ XXX
 
 =item *
 
-XXX
+    [Verbatim block to avoid creating a bogus link]
+    L<XXX> has been upgraded from version 0.69 to version 0.70.
 
 =back
 
diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm
index 44b85db..e69b455 100644
--- a/dist/Storable/Storable.pm
+++ b/dist/Storable/Storable.pm
@@ -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 }) {
diff --git a/ext/B/B.pm b/ext/B/B.pm
index 063eb40..da20925 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -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.
diff --git a/ext/PerlIO-encoding/encoding.pm b/ext/PerlIO-encoding/encoding.pm
index f7f3f2e..ee3573e 100644
--- a/ext/PerlIO-encoding/encoding.pm
+++ b/ext/PerlIO-encoding/encoding.pm
@@ -1,7 +1,7 @@
 package PerlIO::encoding;
 
 use strict;
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 our $DEBUG = 0;
 $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";
 
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index dc6ee16..e7e1774 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -91,7 +91,11 @@ XXX
 
 =item *
 
-C<Math::Complex> has been upgraded from version 1.56 to version 1.57.
+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.
 Fix polarwise formatting with numeric format specifier.
@@ -99,7 +103,15 @@ More stable C<great_circle_direction> algorithm.
 
 =item *
 
-C<Time::HiRes> has been upgraded from version 1.9721_01 to version 1.9722.
+L<PerlIO::encoding> has been upgraded from version 0.14 to 0.15
+
+=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.
 

--
Perl5 Master Repository

Reply via email to