In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/726f20d22827e8e7c842dd5282226ef7f856fd0c?hp=00eebae1d2d6e5485f8608e70a8f58b135bc0294>

- Log -----------------------------------------------------------------
commit 726f20d22827e8e7c842dd5282226ef7f856fd0c
Author: Tony Cook <[email protected]>
Date:   Wed May 20 10:22:39 2015 +1000

    use the piconv tool to convert source files, not the encoding pragma
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index b3c92f3..b14a9b6 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
 

--
Perl5 Master Repository

Reply via email to