From 726f20d22827e8e7c842dd5282226ef7f856fd0c Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 20 May 2015 10:22:39 +1000 Subject: use the piconv tool to convert source files, not the encoding pragma --- pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 pragma. +with the L utility. =head2 Use of non-graphic characters in single-character variable names -- cgit v1.2.1