summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldelta.pod')
-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