From: Father Chrysostomos Date: Thu, 28 Jul 2011 00:57:34 +0000 (-0700) Subject: perldelta for #95544 and #95748 X-Git-Tag: upstream/5.16.3~3177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b2b001e3c6f90ad47c2403103526e0c08ce0006;p=platform%2Fupstream%2Fperl.git perldelta for #95544 and #95748 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ff17fc73b8..08d79d39ce 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 now returns $VERSION + +C 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 attribute has been added. =item * +L has been upgraded from version 1.11 to 1.12. + +C 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 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.