This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update perldelta module versions (Porting/corelist-perldelta.pl)
authorSawyer X <xsawyerx@cpan.org>
Sat, 20 Feb 2016 19:22:02 +0000 (20:22 +0100)
committerSawyer X <xsawyerx@cpan.org>
Sat, 20 Feb 2016 19:22:02 +0000 (20:22 +0100)
pod/perldelta.pod

index e42001c..a4b92e5 100644 (file)
@@ -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