From 40d779aa86af2730897aeb8753dcdecc93ea5caf Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Sat, 19 Oct 2013 16:08:16 +0100 Subject: [PATCH] perldelta - Corrections and updates --- pod/perldelta.pod | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 3c9b2f6..3737aaa 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -87,7 +87,7 @@ XXX For a release on a stable branch, this section aspires to be: =head2 Functions C and C have been removed -These two functions, undocumented, unused in CPAN, and problematic have been +These two functions, undocumented, unused in CPAN, and problematic, have been removed. =head1 Deprecations @@ -215,8 +215,8 @@ Some POD formatting errors in the documentation have been corrected. L has been upgraded from version 6.76 to 6.80. -Numerous updates and bug fixes are incorporated. See the F file for -full details. +Numerous updates and bug fixes are incorporated. See the F file in +the CPAN distribution for full details. =item * @@ -262,7 +262,7 @@ keep in sync with the latest CPAN release. =item * -L has been upgraded from version 2.27202 to 2.27203. +L has been upgraded from version 2.27202_01 to 2.27203. A return/or precedence issue in C<_incr_parse> has been fixed. @@ -325,10 +325,10 @@ enabled and C instead of @ISA. =item * -L has been upgraded from version 0.98 to 0.99. +L has been upgraded from version 0.98_06 to 0.99. -Numerous updates and bug fixes are incorporated. See the F file for -full details. +Numerous updates and bug fixes are incorporated. See the F file in +the CPAN distribution for full details. =item * @@ -338,6 +338,13 @@ The documentation of C and C<_handle> has been updated. =item * +L has been upgraded from version 0.54 to 0.55. + +An internals-only change has been made to handle changes in format within some +character database tables. + +=item * + L has been upgraded from version 1.16 to 1.17. The module now Cs if it cannot get Unicode code points using C. @@ -539,6 +546,17 @@ that they represent may be covered elsewhere. =item * +The new prototype attribute syntax is tested by a new test script, +F. + +=item * + +The new test script F tests that C on the original of a +popen handle dupped to a standard handle no longer blocks internally on +C. + +=item * + The new postfix dereference syntax is tested by a new test script, F. -- 2.7.4