diff options
author | Kevin Ryde <unknown> | 2008-05-08 10:38:00 -0700 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-05-09 14:25:55 +0000 |
commit | 8a3f7e956e4ecb8411420b3ffddb5c454f612bd4 (patch) | |
tree | 8afb96a90876be3add1de74e630b29e26eecc209 /pod/perlpodspec.pod | |
parent | 91ca337ee7134fa4c9667df8b8a7c5bd46526bf7 (diff) | |
download | perl-8a3f7e956e4ecb8411420b3ffddb5c454f612bd4.tar.gz |
[perl #53908] perlpodspec typo "Encoding::Supported"
From: Kevin Ryde (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-20841-1210293480-1281.53908-75-0@perl.org>
p4raw-id: //depot/perl@33797
Diffstat (limited to 'pod/perlpodspec.pod')
-rw-r--r-- | pod/perlpodspec.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index 5e38e2c184..1edd1ba7ad 100644 --- a/pod/perlpodspec.pod +++ b/pod/perlpodspec.pod @@ -338,7 +338,7 @@ This command, which should occur early in the document (at least before any non-US-ASCII data!), declares that this document is encoded in the encoding I<encodingname>, which must be an encoding name that L<Encoding> recognizes. (Encoding's list -of supported encodings, in L<Encoding::Supported>, is useful here.) +of supported encodings, in L<Encode::Supported>, is useful here.) If the Pod parser cannot decode the declared encoding, it should emit a warning and may abort parsing the document altogether. |