Change 33797 by merijn@merijn-nb09 on 2008/05/09 14:25:55 Subject: [perl #53908] perlpodspec typo "Encoding::Supported" From: Kevin Ryde (via RT) <perlbug-followup@perl.org> Date: Thu, 08 May 2008 17:38:00 -0700 Message-ID: <rt-3.6.HEAD-20841-1210293480-1281.53908-75-0@perl.org> Affected files ... ... //depot/perl/pod/perlpodspec.pod#15 edit Differences ... ==== //depot/perl/pod/perlpodspec.pod#15 (text) ==== Index: perl/pod/perlpodspec.pod --- perl/pod/perlpodspec.pod#14~32026~ 2007-10-04 07:28:34.000000000 -0700 +++ perl/pod/perlpodspec.pod 2008-05-09 07:25:55.000000000 -0700 @@ -338,7 +338,7 @@ 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. End of Patch.