summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2015-05-20 10:22:39 +1000
committerTony Cook <tony@develop-help.com>2015-05-20 10:22:39 +1000
commit726f20d22827e8e7c842dd5282226ef7f856fd0c (patch)
tree635781b9c21ad4cdb5a01864997cfcf550e78e70
parent00eebae1d2d6e5485f8608e70a8f58b135bc0294 (diff)
downloadperl-726f20d22827e8e7c842dd5282226ef7f856fd0c.tar.gz
use the piconv tool to convert source files, not the encoding pragma
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index b3c92f3d38..b14a9b647a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -424,7 +424,7 @@ This variable allows Perl scripts to be written in an encoding other than
ASCII or UTF-8. However, it affects all modules globally, leading
to wrong answers and segmentation faults. New scripts should be written
in UTF-8; old scripts should be converted to UTF-8, which is easily done
-with the L<encoding> pragma.
+with the L<piconv> utility.
=head2 Use of non-graphic characters in single-character variable names