From 4b6f7c8178ca97811f956dfcee6aa0d857a91238 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Sat, 6 Aug 2005 22:46:06 +0000 Subject: [PATCH] Clarify docs p4raw-id: //depot/perl@25272 --- ext/PerlIO/encoding/encoding.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 - -- 2.7.4