From 2f92fb87980640b1a91069ce05dd7a0048838833 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Sun, 8 Sep 2013 01:40:56 +0100 Subject: [PATCH] perldelta - More recent module upgrades --- pod/perldelta.pod | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2d5c507..810556e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -188,6 +188,8 @@ L has been upgraded from version 2.148 to 2.149. This upgrade is part of a larger change to make the array interface 64-bit safe by using SSize_t instead of I32 for array indices. +In addition, an EBCDIC fix has been applied. + =item * L has been upgraded from version 1.13 to 1.14. @@ -196,6 +198,9 @@ This upgrade is part of a larger change to preserve referential identity when passing C to a subroutine by using NULL rather than &PL_sv_undef for nonexistent array elements. +In addition, C with no args was broken in Perl 5.19.3, but has now been +fixed. + =item * L has been upgraded from version 1.19 to 1.20. @@ -214,6 +219,13 @@ C<_utf8_on> under COW has been fixed. =item * +L has been upgraded from version 0.280205 to 0.280210. + +No changes have been made other than the version bump to keep in sync with the +latest CPAN release. + +=item * + L has been upgraded from version 6.72 to 6.76. Numerous updates and bug fixes are incorporated. See the F file for @@ -339,6 +351,12 @@ nonexistent array elements. =item * +L has been upgraded from version 1.10 to 1.14. + +Term::ReadLine::EditLine support has been added. + +=item * + L has been upgraded from version 1.22 to 1.23. Day of year parsing (like "%y%j") has been fixed. -- 2.7.4