In perl.git, the branch release-5.19.7 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/284f2d4958c92f3b06c418f3c9ae8a63b9ed6648?hp=95eb96f33695f1832b21e951c5ba4d41f123441d>
- Log ----------------------------------------------------------------- commit 284f2d4958c92f3b06c418f3c9ae8a63b9ed6648 Author: Abigail <[email protected]> Date: Fri Dec 20 17:14:13 2013 +0100 More borderplate removal M pod/perldelta.pod commit 1be87df66a8eddf64a7292ac6a42f241b3e90c4d Author: Abigail <[email protected]> Date: Fri Dec 20 17:08:38 2013 +0100 Document module changes. ./perl -Ilib Porting/corelist-perldelta.pl --mode=update pod/perldelta.pod M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 119 +++++++++++++++++++++++++++++------------------------- 1 file changed, 63 insertions(+), 56 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 34bddeb..39eec78 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -36,55 +36,12 @@ from evaluating the dumped structure, instead of the dump itself. =head1 Deprecations -=head2 Module removals - -XXX Remove this section if inapplicable. - -The following modules will be removed from the core distribution in a -future release, and will at that time need to be installed from CPAN. -Distributions on CPAN which require these modules will need to list them as -prerequisites. - -The core versions of these modules will now issue C<"deprecated">-category -warnings to alert you to this fact. To silence these deprecation warnings, -install the modules in question from CPAN. - -Note that these are (with rare exceptions) fine modules that you are encouraged -to continue to use. Their disinclusion from core primarily hinges on their -necessity to bootstrapping a fully functional, CPAN-capable Perl installation, -not usually on concerns over their design. - -=over - -XXX Note that deprecated modules should be listed here even if they are listed -as an updated module in the L</Modules and Pragmata> section. - -=back - =head2 C<< CGI.pm >> The C<< CGI.pm >> module has been deprecated since version 3.64. =head1 Modules and Pragmata -XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/> -go here. If Module::CoreList is updated, generate an initial draft of the -following sections using F<Porting/corelist-perldelta.pl>. A paragraph summary -for important changes should then be added by hand. In an ideal world, -dual-life modules would have a F<Changes> file that could be cribbed. - -[ Within each section, list entries as a =item entry ] - -=head2 New Modules and Pragmata - -=over 4 - -=item * - -XXX - -=back - =head2 Updated Modules and Pragmata =over 4 @@ -106,6 +63,14 @@ supported. =item * +L<constant> has been upgraded from version 1.29 to 1.30. + +=item * + +L<CPAN::Meta> has been upgraded from version 2.132830 to 2.133380. + +=item * + L<Data::Dumper> has been upgraded from version 2.149 to 2.150. Regular expression objects are now dumped in a form closer to their @@ -119,33 +84,80 @@ of Data::Dumper to fail. [perl #120384] =item * +L<DynaLoader> has been upgraded from version 1.21 to 1.22. + +=item * + +L<ExtUtils::MakeMaker> has been upgraded from version 6.82 to 6.84. + +=item * + L<File::Fetch> has been upgraded from version 0.44 to 0.46. Blacklists "ftp" on DragonflyBSD. =item * +L<HTTP::Tiny> has been upgraded from version 0.038 to 0.039. + +=item * + +L<inc::latest> has been upgraded from version 0.4202 to 0.4203. +NOTE: L<inc::latest> is deprecated and may be removed from a future version of Perl. + +=item * + +L<Locale::Codes> has been upgraded from version 3.27 to 3.28. + +=item * + +L<Module::Build> has been upgraded from version 0.4202 to 0.4203. +NOTE: L<Module::Build> is deprecated and may be removed from a future version of Perl. + +=item * + +L<Module::CoreList> has been upgraded from version 3.01 to 3.02. + +=item * + +L<PerlIO::encoding> has been upgraded from version 0.16 to 0.17. + +=item * + +L<PerlIO::via> has been upgraded from version 0.13 to 0.14. + +=item * + +L<POSIX> has been upgraded from version 1.36 to 1.37. + +=item * + L<SDBM_File> has been upgraded from 1.10 to 1.11. Added access to SDBM constants and to opening SDBM files with explicit page and directory file names. [perl #114350] -=back +=item * -=head2 Removed Modules and Pragmata +L<Storable> has been upgraded from version 2.47 to 2.48. -=over 4 +=item * + +L<threads> has been upgraded from version 1.90 to 1.91. =item * -XXX +L<Time::Piece> has been upgraded from version 1.23 to 1.24. -=back +=item * + +L<Unicode::Collate> has been upgraded from version 1.02 to 1.04. + +=item * -=head1 Documentation +L<Win32> has been upgraded from version 0.47 to 0.48. -XXX Changes to files in F<pod/> go here. Consider grouping entries by -file and be sure to link to the appropriate page, e.g. L<perlfunc>. +=back =head1 Diagnostics @@ -153,9 +165,6 @@ The following additions or changes have been made to diagnostic output, including warnings and fatal error messages. For the complete list of diagnostic messages, see L<perldiag>. -XXX New or changed warnings emitted by the core's C<C> code go here. Also -include any changes in L<perldiag> that reconcile it to the C<C> code. - =head2 New Diagnostics =head3 New Warnings @@ -172,8 +181,6 @@ This fixes [Perl #42957]. =head2 Changes to Existing Diagnostics -XXX Changes (i.e. rewording) of diagnostic messages go here - =over 4 =item * -- Perl5 Master Repository
