In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b045b8b598844ddce261c725f3596c9336b42b79?hp=1d050e5534ce798acb8f9cd9c56c9f557ec658e0>

- Log -----------------------------------------------------------------
commit b045b8b598844ddce261c725f3596c9336b42b79
Author: Tony Cook <[email protected]>
Date:   Thu Dec 18 10:06:08 2014 +1100

    perldelta for 63d073d27fe5, 1d050e5534ce
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 659a470..7b93ec1 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -261,13 +261,23 @@ for the C<DESTROY> method.  [perl #123418]
 
 =item *
 
+L<Locale::Maketext> has been upgraded from version 1.25 to 1.26.
+
+=item *
+
 The PathTools module collection has been upgraded from 3.52 to 3.53.
 
 Don't turn leading C<//> into C</> on Cygwin. [perl #122635]
 
 =item *
 
-L<Locale::Maketext> has been upgraded from version 1.25 to 1.26.
+L<PerlIO::scalar> has been upgraded from version 0.20 to 0.21.
+
+Reading from a position well past the end of the scalar now correctly
+returns end of file.  [perl #123443]
+
+Seeking to a negative position still fails, but no longer leaves the
+file position set to a negation location.
 
 =item *
 

--
Perl5 Master Repository

Reply via email to