From 3f01b1928898482cdefc76ed08fc1cbceb635947 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Sun, 27 Jan 2013 21:23:35 +0000 Subject: [PATCH] Document module and utility deprecations in perldelta --- pod/perldelta.pod | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 506cb78..d7d1b28 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -53,6 +53,156 @@ an updated module in the L section. [ List each deprecation as a =head2 entry ] +=head2 Deprecated Modules + +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 C will issue a deprecation warning. + +You can silence these deprecation warnings by installing the modules +in question from CPAN. + +=over + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=back + +=head3 Deprecated Utilities + +The following utilities will be removed from the core distribution in a +future release as their associated modules have been deprecated. They +will remain available with the applicable CPAN distribution. + +=over + +=item L + +Included with L. + +=item L + +Included with L. + +=item L + +Included with L. + +=item L + +The L module was deprecated with 5.17.8. + +=back + =head2 Five additional characters should be escaped in patterns with C When a regular expression pattern is compiled with C, Perl treats 6 -- 1.8.3.1