From: Kevin Ryde <unknown> Date: Thu, 8 May 2008 17:38:00 +0000 (-0700) Subject: [perl #53908] perlpodspec typo "Encoding::Supported" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a3f7e956e4ecb8411420b3ffddb5c454f612bd4;p=p5sagit%2Fp5-mst-13.2.git [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 --- diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index 5e38e2c..1edd1ba 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.