diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-14 02:18:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-14 02:18:44 +0000 |
commit | 7825592953ce577fcea1db1bafbdfa27b83f5b9c (patch) | |
tree | bf0657af1cc14dbfe4b57ce17b256aa2f249b23c | |
parent | 8e3eacadd3d91fbab5a4bb41b7d817f9d42bbb5a (diff) | |
download | perl-7825592953ce577fcea1db1bafbdfa27b83f5b9c.tar.gz |
There are several MIME RFCs.
p4raw-id: //depot/perl@12988
-rw-r--r-- | ext/Encode/Encode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index bb711268a7..ddde0f2df4 100644 --- a/ext/Encode/Encode.pm +++ b/ext/Encode/Encode.pm @@ -592,7 +592,7 @@ the encoding by picking the first in the following sequence: =over 4 -=item * The MIME name as defined in IETF RFC-2045. +=item * The MIME name as defined in IETF RFCs. =item * The name in the IANA registry. |