In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/cb526893fe700af5d2b46c5937da68124cad9c4f?hp=6d672728d229f6d5728c246e307d797d3f695b5c>

- Log -----------------------------------------------------------------
commit cb526893fe700af5d2b46c5937da68124cad9c4f
Author: Tony Cook <t...@develop-help.com>
Date:   Thu Jun 12 15:09:53 2014 +1000

    some perldelta fixes
    
    - move the utf8::downgrade() note out of the middle of the perl5db.pl
      entry
    
    - give the Unicode::Collate entry back its =item
    
    - move the Hash::Util entry into alphabetical order
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 09c883f..33b1bf7 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -230,6 +230,12 @@ been fixed.
 
 =item *
 
+L<Hash::Util> has been upgraded from version 0.16 to 0.17.
+
+Minor bug fixes and documentation fixes to Hash::Util::hash_stats()
+
+=item *
+
 The libnet collection of modules has been upgraded from version 1.25 to 1.27.
 
 There are only whitespace changes to the installed files.
@@ -271,15 +277,6 @@ than 6.63_03
 
 L<perl5db.pl> has been upgraded from version 1.44 to 1.45.
 
-=item *
-
-A mismatch between the documentation and the code in utf8::downgrade()
-was fixed in favour of the documentation. The optional second argument
-is now correctly treated as a perl boolean (true/false semantics) and
-not as an integer.
-
-=item *
-
 fork() in the debugger under C<tmux> will now create a new window for
 the forked process. L<[perl
 #121333]|https://rt.perl.org/Ticket/Display.html?id=121333>
@@ -288,6 +285,8 @@ The debugger now saves the current working directory on 
startup and
 restores it when you restart your program with C<R> or <rerun>. L<[perl
 #121509]|https://rt.perl.org/Ticket/Display.html?id=121509>
 
+=item *
+
 L<Unicode::Collate> has been upgraded from version 1.04 to 1.07.
 
 Version 0.67's improved discontiguous contractions is invalidated by default
@@ -301,10 +300,10 @@ The XSUB implementation has been removed in favour of 
pure Perl.
 
 =item *
 
-L<Hash::Util> has been upgraded from version 0.16 to 0.17.
-
-Minor bug fixes and documentation fixes to Hash::Util::hash_stats()
-
+A mismatch between the documentation and the code in utf8::downgrade()
+was fixed in favour of the documentation. The optional second argument
+is now correctly treated as a perl boolean (true/false semantics) and
+not as an integer.
 
 =back
 

--
Perl5 Master Repository

Reply via email to