Change 31353 by [EMAIL PROTECTED] on 2007/06/08 08:30:25
encoding.pm doesn't give any details about ${^ENCODING},
so don't mention it in perlvar
Affected files ...
... //depot/perl/pod/perlvar.pod#169 edit
Differences ...
==== //depot/perl/pod/perlvar.pod#169 (text) ====
Index: perl/pod/perlvar.pod
--- perl/pod/perlvar.pod#168~31137~ 2007-05-04 06:21:53.000000000 -0700
+++ perl/pod/perlvar.pod 2007-06-08 01:30:25.000000000 -0700
@@ -764,8 +764,7 @@
The I<object reference> to the Encode object that is used to convert
the source code to Unicode. Thanks to this variable your perl script
does not have to be written in UTF-8. Default is I<undef>. The direct
-manipulation of this variable is highly discouraged. See L<encoding>
-for more details.
+manipulation of this variable is highly discouraged.
=item $OS_ERROR
End of Patch.