In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b228daaaa1e2cef4915a992e989cc386726d10a5?hp=94eda8247930c4a04b28bfa98626a4e97482d12f>
- Log ----------------------------------------------------------------- commit b228daaaa1e2cef4915a992e989cc386726d10a5 Author: Steve Hay <[email protected]> Date: Thu Sep 5 17:38:13 2013 +0100 perldelta - Add note about DynaLoader change (commit 1e5d7f5401) M pod/perldelta.pod commit a0109759efea0f9e4fbebe0244b56963e4a873bb Author: Steve Hay <[email protected]> Date: Thu Sep 5 17:30:05 2013 +0100 Locale::Codes has been upgraded from version 3.26 to 3.27 M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index fc3e663..c781b44 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -197,7 +197,7 @@ L<DynaLoader> has been upgraded from version 1.19 to 1.20. The documentation now makes it clear, as has always been the case, that C<dl_unload_file> is only called automatically to unload all loaded shared objects if the perl interpreter was built with the C macro -DL_UNLOAD_ALL_AT_EXIT defined. +DL_UNLOAD_ALL_AT_EXIT defined. Support for GNU DLD has also been removed. =item * @@ -237,6 +237,13 @@ nonexistent array elements. =item * +L<Locale::Codes> has been upgraded from version 3.26 to 3.27. + +New codes have been added and the (deprecated) set of FIPS-10 country codes has +been removed. + +=item * + L<Math::BigInt> has been upgraded from version 1.9992 to 1.9993. Cleaned up the L<Math::BigInt> and L<Math::BigFloat> documentation to be more -- Perl5 Master Repository
