In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/62c60a36ea3e53be5a6d2fcaa0c6b1d5ffbc9140?hp=64a9a3c0f014f7266d31396a8ae24f770ae7d67a>
- Log ----------------------------------------------------------------- commit 62c60a36ea3e53be5a6d2fcaa0c6b1d5ffbc9140 Author: Chris 'BinGOs' Williams <[email protected]> Date: Mon Feb 18 18:39:15 2013 +0000 Document encoding deprecation in perldelta ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c89f644..ac381a5 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -70,6 +70,18 @@ an updated module in the L</Modules and Pragmata> section. [ List each deprecation as a =head2 entry ] +=head2 Deprecated pragma + +=over + +=item L<encoding> + +This module is deprecated under perl 5.18. It uses a mechanism provided by +perl that is deprecated under 5.18 and higher, and may be removed in a +future version. + +=back + =head2 Deprecated Modules The following modules will be removed from the core distribution in a -- Perl5 Master Repository
