In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/0f97ff050df266014a09da4b71f01a6b423337d3?hp=a7b747a85c5f56f0b19fc4df0a411c511b2e1ee7>
- Log ----------------------------------------------------------------- commit 0f97ff050df266014a09da4b71f01a6b423337d3 Author: Nicholas Clark <[email protected]> Date: Tue Sep 15 09:37:47 2009 +0100 Note that Pod::Plainer is upgraded, and deprecated from core. ----------------------------------------------------------------------- Summary of changes: pod/perl5110delta.pod | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index bc4e518..095693a 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -867,6 +867,14 @@ Upgraded from version 2.16 to 2.22. Upgraded from version 1.35 to 1.37. +=item C<Pod::Plainer> + +Upgraded from version 0.01 to 1.00. + +There are no code changes - the version bump is because C<Pod::Plainer> has +been released to CPAN as a stand alone distribution, and will be removed from +the core distribution in 5.14. + =item Pod::Perldoc Upgrade from version 3.14_02 to 3.15. @@ -1917,6 +1925,21 @@ replacement. =item * +The following modules will be removed from the core distribution in a future +release, and should be installed from CPAN instead. Distributions on CPAN +which require these should add them to their prerequisites. The core versions +of these modules warnings will issue a deprecation warning. + +=over + +=item * + +C<Pod::Plainer> + +=back + +=item * + C<suidperl> has been removed. It used to provide a mechanism to emulate setuid permission bits on systems that don't support it properly. -- Perl5 Master Repository
