Re: ext/Encode/t/Tcl.t on VMS @15173
Audrey Tang [Tue, 12 Mar 2002 13:05:53 +0000 (21:05 +0800)]
   Message-Id: <20020312050553.GA7864@not.autrijus.org>
   (Only doc hunk applied, supplementing #15182.)
p4raw-link: @15173 on //depot/perl: 2a3d532f608c7c5e0c317bfba640d088125b93a3

p4raw-id: //depot/perl@15183

ext/Encode/Encode.pm

index 6a8fb89..a0cc7e2 100644 (file)
@@ -458,7 +458,9 @@ repertoire.  See L</"Encoding Names">.
 
 =item 2. As an object
 
-Encoding objects are returned by C<find_encoding($name)>.
+Encoding objects are returned by C<find_encoding($name, [$skip_external])>.
+If the second parameter is true, Encode will refrain from loading external
+modules for CJK encodings.
 
 =back