From 62c60a36ea3e53be5a6d2fcaa0c6b1d5ffbc9140 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Mon, 18 Feb 2013 18:39:15 +0000 Subject: [PATCH] Document encoding deprecation in perldelta --- pod/perldelta.pod | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 section. [ List each deprecation as a =head2 entry ] +=head2 Deprecated pragma + +=over + +=item L + +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 -- 2.7.4