summaryrefslogtreecommitdiff
path: root/cpan/Encode
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-06-13 13:00:48 -0600
committerKarl Williamson <khw@cpan.org>2014-06-13 13:07:04 -0600
commit7053d92917f7cb46452de86dc4c6d8644cae849c (patch)
treebe99a67d65cb7d6fb3f59cfbb33053db6acfa93f /cpan/Encode
parentb06e47f717f77453fbdaef628efc2b9c83898a8b (diff)
downloadperl-7053d92917f7cb46452de86dc4c6d8644cae849c.tar.gz
Add note to 'encoding' pod that it's removed
In commit b06e47f717f77453fbdaef628efc2b9c83898a8b, I forgot to note in the pragma's pod that it now is unusable.
Diffstat (limited to 'cpan/Encode')
-rw-r--r--cpan/Encode/encoding.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpan/Encode/encoding.pm b/cpan/Encode/encoding.pm
index a55fc8c08d..7bc08f452f 100644
--- a/cpan/Encode/encoding.pm
+++ b/cpan/Encode/encoding.pm
@@ -212,9 +212,7 @@ encoding - allows you to write your script in non-ascii or non-utf8
=head1 WARNING
-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.
+This module has been removed after being deprecated since perl 5.18.
The easiest and the best alternative is to write your script in UTF-8
and declear:
@@ -223,6 +221,9 @@ and declear:
See L<perluniintro> and L<utf8> for details.
+For reference only, the documentation of how it was supposed to work (some
+bugs never got fixed) is below.
+
=head1 SYNOPSIS
use encoding "greek"; # Perl like Greek to you?