Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Simple CPAN distribution.

Report information
The Basics
Id: 75532
Status: resolved
Priority: 0/
Queue: Pod-Simple

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 3.20
Fixed in: 3.21



Subject: typos in Pod::Simple's pod
Hi, the Debian package of Pod::Simple carries the following patches, which I'd like to suggest for inclusion: Author: Jonathan Yu <jawnsy@cpan.org> --- a/lib/Pod/Simple/XHTML.pm +++ b/lib/Pod/Simple/XHTML.pm @@ -151,7 +151,7 @@ A string containing all characters that should be encoded as HTML entities, specified using the regular expression character class syntax (what you find within brackets in regular expressions). This value will be passed as the -second argument to the C<encode_entities> fuction of L<HTML::Entities>. IF +second argument to the C<encode_entities> function of L<HTML::Entities>. IF L<HTML::Entities> is not installed, then any characters other than C<&<>"'> will be encoded numerically. Author: gregor herrmann <gregoa@debian.org> --- a/lib/Pod/Simple/Subclassing.pod +++ b/lib/Pod/Simple/Subclassing.pod @@ -378,13 +378,13 @@ &#34;Member Data&#34; </L> -The I<raw> attribute depends on what the raw content of the L<> is, so that is +The I<raw> attribute depends on what the raw content of the LE<lt>E<gt> is, so that is why the event structure is the same "for the most part". If you have not guessed it yet, the I<raw> attribute contains the raw, -original, unescaped content of the L<> formatting code. In addition to the +original, unescaped content of the LE<lt>E<gt> formatting code. In addition to the examples above, take notice of the following event structure produced by -the following L<> formatting code. +the following LE<lt>E<gt> formatting code. L<click B<here>|page/About the C<-M> switch> Florian
From: fschlich [...] zedat.fu-berlin.de
sorry, yet another one: --- a/lib/Pod/Simple/Subclassing.pod +++ b/lib/Pod/Simple/Subclassing.pod @@ -725,10 +725,10 @@ =end html ...the parser will ignore these sections unless your subclass has -specified that it wants to see sections targetted to "html" (or whatever +specified that it wants to see sections targeted to "html" (or whatever the formatter name is). -If you want to process all sections, even if they're not targetted for you, +If you want to process all sections, even if they're not targeted for you, call this before you start parsing: $parser->accept_targets('*');
Awesome, thanks. Applied. David