From: Steve Hay Date: Mon, 14 Oct 2013 08:21:06 +0000 (+0100) Subject: perldelta - Fill in updated modules section X-Git-Tag: upstream/5.20.0~1574 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f90332acba762f69a8848e5d6697d4b618101355;p=platform%2Fupstream%2Fperl.git perldelta - Fill in updated modules section --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 52feeb5..68d916c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -167,7 +167,7 @@ keep in sync with the latest CPAN release. =item * -L has been upgraded from version 2.132661 to 2.132830. +L has been upgraded from version 2.132620 to 2.132830. L now has a C method for combining requirements across multiple phases and types, and an invalid 'meta-spec' is no @@ -175,9 +175,78 @@ longer a fatal error. =item * -L has been upgraded from version 0.2302 to 0.2304. +L has been upgraded from version 2.123 to 2.125. -Required versions of other modules used are now listed more explicitly. +No changes have been made to the installed code other than the version bump to +keep in sync with the latest CPAN release. + +=item * + +L has been upgraded from version 0.008 to 0.010. + +No material changes have been made to the installed code other than the version +bump to keep in sync with the latest CPAN release. + +=item * + +L has been upgraded from version 3.44 to 3.45. + +An obsolete #define has been removed from the XS code. + +=item * + +L has been upgraded from version 1.60 to 1.61. + +Some POD formatting errors in the documentation have been corrected. + +=item * + +L has been upgraded from version 6.76 to 6.79_01. + +Numerous updates and bug fixes are incorporated. See the F file for +full details. + +=item * + +L has been upgraded from version 1.33 to 1.34. + +The new features C and C have been added. + +=item * + +L has been upgraded from version 0.42 to 0.44. + +No changes have been made to the installed code other than the version bump to +keep in sync with the latest CPAN release. + +=item * + +L has been upgraded from version 1.21 to 1.22. + +Since Perl 5.16, code that used C inside a thread had been +unintentionally sharing state between threads. This has now been fixed. [perl +#119897/#117823] + +=item * + +L has been upgraded from version 0.2301 to 0.2304. + +Required versions of other modules used are now listed more explicitly, L +is now used instead of L, and L is no longer inherited from. + +=item * + +L has been upgraded from version 2.41 to 2.42. + +The floating point specifier C no longer erroneously accepts values +like 1.2.3. [cpan #88707] + +=item * + +L has been upgraded from version 0.035 to 0.036. + +No changes have been made to the installed code other than the version bump to +keep in sync with the latest CPAN release. =item * @@ -190,7 +259,9 @@ added. L has been upgraded from version 2.99 to 3.00. -The list of Perl versions covered has been updated. +The list of Perl versions covered has been updated, %delta is now exported, and +a bug in C whereby it wrongly assumed a linear list of releases has +been fixed. =item * @@ -200,6 +271,20 @@ Warnings are now disabled during version evaluation. =item * +L has been upgraded from version 1.4407 to 1.4409. + +No changes have been made to the installed code other than the version bump to +keep in sync with the latest CPAN release. + +=item * + +L has been upgraded from version 1.005 to 1.006. + +No changes have been made to the installed code other than the version bump to +keep in sync with the latest CPAN release. + +=item * + The podlators modules have been upgraded from version 2.5.1 to 2.5.3. Numerous updates and bug fixes are incorporated. See the F file in @@ -212,6 +297,26 @@ L has been upgraded from version 3.28 to 3.29. All modules now use C rather than C, have C enabled and C instead of @ISA. +=item * + +L has been upgraded from verion 1.87 to 1.89. + +The documentation of C and C<_handle> has been updated. + +=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. +(There is already a similar C if Unicode code points cannot be stringified +using C.) + +=item * + +L has been upgraded from version 1.19 to 1.20. + +The new warnings category C has been added. + =back =head2 Removed Modules and Pragmata