From: Rafael Garcia-Suarez Date: Sat, 6 Aug 2005 22:46:06 +0000 (+0000) Subject: Clarify docs X-Git-Tag: accepted/trunk/20130322.191538~19991 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b6f7c8178ca97811f956dfcee6aa0d857a91238;p=platform%2Fupstream%2Fperl.git Clarify docs p4raw-id: //depot/perl@25272 --- diff --git a/ext/PerlIO/encoding/encoding.pm b/ext/PerlIO/encoding/encoding.pm index f0d419b..529543a 100644 --- a/ext/PerlIO/encoding/encoding.pm +++ b/ext/PerlIO/encoding/encoding.pm @@ -1,4 +1,5 @@ package PerlIO::encoding; + use strict; our $VERSION = '0.09'; our $DEBUG = 0; @@ -40,12 +41,11 @@ Perl's internal Unicode encoding, UTF-8). On output, convert Perl string data into the specified character set and encoding. When the layer is pushed the current value of C<$PerlIO::encoding::fallback> -is saved and used as the check argument when calling the Encodings -encode and decode. +is saved and used as the CHECK argument when calling the Encode methods encode() +and decode(). =head1 SEE ALSO L, L, L, L =cut -