diff options
author | Audrey Tang <cpan@audreyt.org> | 2002-03-12 21:05:53 +0800 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-03-12 04:12:30 +0000 |
commit | 2659725b692c235823f5ea11c58cf1b2adff0f86 (patch) | |
tree | b06d181c7a14a344f3ca5cd6fec7b1f75dcf83f3 /ext | |
parent | dd9703c97d9c97246c909791992f0b966b2be5d5 (diff) | |
download | perl-2659725b692c235823f5ea11c58cf1b2adff0f86.tar.gz |
Re: ext/Encode/t/Tcl.t on VMS @15173
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
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Encode/Encode.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index 6a8fb89545..a0cc7e2cff 100644 --- a/ext/Encode/Encode.pm +++ b/ext/Encode/Encode.pm @@ -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 |