In perl.git, the branch release-5.23.8 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/fc9da770321d3fda8e278a818f9325a081392154?hp=b5fa05a4921b57b5d4843d8a1171be4a4ab4975d>
- Log ----------------------------------------------------------------- commit fc9da770321d3fda8e278a818f9325a081392154 Author: Sawyer X <[email protected]> Date: Sat Feb 20 20:22:02 2016 +0100 Update perldelta module versions (Porting/corelist-perldelta.pl) ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 60 ++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 20 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e42001c..a4b92e5 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -75,14 +75,18 @@ F<cpan/podlators/> has been upgraded from version 4.04 to 4.06. =item * -L<POSIX> has been upgraded from version 1.59 to 1.63. +The PathTools module collection has been upgraded from version 3.62 +to 3.63. -It can now export constants for the C<code> value in the hash passed to the -L<sigaction|POSIX/sigaction> handler when using the C<SA_SIGINFO> flag. +=item * -These previously deprecated functions are now removed: C<isalnum>, -C<isalpha>, C<iscntrl>, C<isdigit>, C<isgraph>, C<islower>, C<isprint>, -C<ispunct>, C<isspace>, C<isupper>, and C<isxdigit>. +L<DynaLoader> has been upgraded from version 1.37 to 1.38. + +DynaLoader now always looks for bootstrap files having the same base name as +the module for which the bootstrap code is being run. Previously, and only on +platforms that use C<mod2fname> to produce unique loadable library names, +L<DynaLoader> would look for the bootstrap file using a base name that matched +the loadable library and not find it. =item * @@ -90,25 +94,27 @@ L<Encode> has been upgraded from version 2.78 to 2.80. =item * -L<Storable> has been upgraded from version 2.54 to 2.55. +L<ExtUtils::CBuilder> has been upgraded from version 0.280224 to 0.280225. =item * -L<Time::HiRes> has been upgraded from version 1.9728 to 1.9730. +L<ExtUtils::MakeMaker> has been upgraded from version 7.10 to 7.10_01. -It can now export Linux-specific and FreeBSD-specific C<clock_gettime()> -constants. It also now has emulation for OS X C<clock_nanosleep()>, -C<clock_gettime()>, and C<clock_getres()>. +=item * + +L<File::Spec> has been upgraded from version 3.62 to 3.63. =item * -L<DynaLoader> has been upgraded from version 1.37 to 1.38. +L<IPC::SysV> has been upgraded from version 2.04 to 2.05. -DynaLoader now always looks for bootstrap files having the same base name as -the module for which the bootstrap code is being run. Previously, and only on -platforms that use C<mod2fname> to produce unique loadable library names, -L<DynaLoader> would look for the bootstrap file using a base name that matched -the loadable library and not find it. +=item * + +L<Module::CoreList> has been upgraded from version 5.20160120 to 5.20160121. + +=item * + +L<ODBM_File> has been upgraded from version 1.12 to 1.13. =item * @@ -116,12 +122,26 @@ L<PerlIO::encoding> has been upgraded from version 0.23 to 0.24. =item * -The PathTools module collection has been upgraded from version 3.62 -to 3.63. +L<POSIX> has been upgraded from version 1.59 to 1.63. + +It can now export constants for the C<code> value in the hash passed to the +L<sigaction|POSIX/sigaction> handler when using the C<SA_SIGINFO> flag. + +These previously deprecated functions are now removed: C<isalnum>, +C<isalpha>, C<iscntrl>, C<isdigit>, C<isgraph>, C<islower>, C<isprint>, +C<ispunct>, C<isspace>, C<isupper>, and C<isxdigit>. =item * -L<IPC::SysV> has been upgraded from version 2.04 to 2.05. +L<Storable> has been upgraded from version 2.54 to 2.55. + +=item * + +L<Time::HiRes> has been upgraded from version 1.9728 to 1.9730. + +It can now export Linux-specific and FreeBSD-specific C<clock_gettime()> +constants. It also now has emulation for OS X C<clock_nanosleep()>, +C<clock_gettime()>, and C<clock_getres()>. =back -- Perl5 Master Repository
