In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/7b2b001e3c6f90ad47c2403103526e0c08ce0006?hp=a0e8d7b965a2c48cce7daf93090631f0d7a9a72f>

- Log -----------------------------------------------------------------
commit 7b2b001e3c6f90ad47c2403103526e0c08ce0006
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Wed Jul 27 17:57:34 2011 -0700

    perldelta for #95544 and #95748
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ff17fc7..08d79d3 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -45,6 +45,15 @@ XXX For a release on a stable branch, this section aspires 
to be:
 
 [ List each incompatible change as a =head2 entry ]
 
+=head2 C<UNIVERSAL::VERSION> now returns $VERSION
+
+C<UNIVERSAL::VERSION> now return whatever is in $VERSION, instead of
+returning $VERSION converted to a version object and then to a string.
+As a result, it no longer parses the version when called without arguments,
+so it no longer dies in that case for malformed versions.  This allows
+custom version number parsers to use C<< ->VERSION >> to retrieve the
+version number, as was the case in Perl 5.8 [perl #95544].
+
 =head1 Deprecations
 
 XXX Any deprecated features, syntax, modules etc. should be listed here.
@@ -110,6 +119,13 @@ to version 1.999002 and a new C<skip_cwd> attribute has 
been added.
 
 =item *
 
+L<IPC::Open3> has been upgraded from version 1.11 to 1.12.
+
+C<open3> with "-" for the program name works once more.  This was broken in
+version 1.06 (and hence in Perl 5.14.0) [perl #95748].
+
+=item *
+
 L<Module::Build> has been upgraded from version 0.3800 to version 0.39_01.
 
 Pod to HTML internals changed to support revisions to Pod::Html in core.

--
Perl5 Master Repository

Reply via email to