Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perlpodspec typo "Encoding::Supported" #9319

Closed
p5pRT opened this issue May 9, 2008 · 6 comments
Closed

perlpodspec typo "Encoding::Supported" #9319

p5pRT opened this issue May 9, 2008 · 6 comments

Comments

@p5pRT
Copy link

p5pRT commented May 9, 2008

Migrated from rt.perl.org#53908 (status was 'resolved')

Searchable as RT53908$

@p5pRT
Copy link
Author

p5pRT commented May 9, 2008

From user42@zip.com.au

In perl 5.10.0, perlpodspec says under =encoding

  which must be an encoding name that Encoding recognizes.
  (Encoding's list of supported encodings, in Encoding​::Supported,

I think that might be meant to be Encode​::Supported, as there doesn't
seem to be an Encoding​::Supported.

@p5pRT
Copy link
Author

p5pRT commented May 9, 2008

From @Tux

On Thu, 08 May 2008 17​:38​:00 -0700, Kevin Ryde (via RT)
<perlbug-followup@​perl.org> wrote​:

# New Ticket Created by Kevin Ryde
# Please include the string​: [perl #53908]
# in the subject line of all future correspondence about this issue.
# <URL​: http​://rt.perl.org/rt3/Ticket/Display.html?id=53908 >

In perl 5.10.0, perlpodspec says under =encoding

which must be an encoding name that Encoding recognizes\.
\(Encoding's list of supported encodings\, in Encoding&#8203;::Supported\,

I think that might be meant to be Encode​::Supported, as there doesn't
seem to be an Encoding​::Supported.

Sounds about right. Dan, shall I apply that, or do you have other
changes waiting too?

--
H.Merijn Brand Amsterdam Perl Mongers (http​://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.10.x on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.1 & 10.2, AIX 5.2, and Cygwin. http​://qa.perl.org
http​://mirrors.develooper.com/hpux/ http​://www.test-smoke.org
  http​://www.goldmark.org/jeff/stupid-disclaimers/

@p5pRT
Copy link
Author

p5pRT commented May 9, 2008

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented May 9, 2008

From @rgs

2008/5/9 H.Merijn Brand <h.m.brand@​xs4all.nl>​:

I think that might be meant to be Encode​::Supported, as there doesn't
seem to be an Encoding​::Supported.

Sounds about right. Dan, shall I apply that, or do you have other
changes waiting too?

IIUC the patch is to perlpodspec.pod, which isn't part of Encode or
any other module Dan maintains.

@p5pRT
Copy link
Author

p5pRT commented May 9, 2008

From @Tux

On Thu, 08 May 2008 17​:38​:00 -0700, Kevin Ryde (via RT)
<perlbug-followup@​perl.org> wrote​:

In perl 5.10.0, perlpodspec says under =encoding

which must be an encoding name that Encoding recognizes\.
\(Encoding's list of supported encodings\, in Encoding&#8203;::Supported\,

I think that might be meant to be Encode​::Supported, as there doesn't
seem to be an Encoding​::Supported.

OK, done. Thanks.

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) ====

@​@​ -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.

--
H.Merijn Brand Amsterdam Perl Mongers (http​://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.10.x on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.1 & 10.2, AIX 5.2, and Cygwin. http​://qa.perl.org
http​://mirrors.develooper.com/hpux/ http​://www.test-smoke.org
  http​://www.goldmark.org/jeff/stupid-disclaimers/

@p5pRT
Copy link
Author

p5pRT commented May 9, 2008

@rgs - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant