summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-15 09:37:47 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-15 09:37:47 +0100
commit0f97ff050df266014a09da4b71f01a6b423337d3 (patch)
treeeaae1fa04ba8a7e801396650cbda92ccd3cdd674 /pod
parenta7b747a85c5f56f0b19fc4df0a411c511b2e1ee7 (diff)
downloadperl-0f97ff050df266014a09da4b71f01a6b423337d3.tar.gz
Note that Pod::Plainer is upgraded, and deprecated from core.
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5110delta.pod23
1 files changed, 23 insertions, 0 deletions
diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod
index bc4e51887b..095693aaf6 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.