Skip Menu |

This queue is for tickets about the Regexp-Common CPAN distribution.

Report information
The Basics
Id: 34886
Status: resolved
Priority: 0/
Queue: Regexp-Common

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 2.120
Fixed in: (no value)



Subject: Pod problems in Regexp::Common::SEN
The problems are best seen when the Pod is rendered to HTML <http://search.cpan.org/~abigail/Regexp-Common-2.120/lib/Regexp/Common/SEN.pm> and appear also when viewing the Pod with perldoc or tkpod. Two problems are causing this: =pod .. =cut should not be used to comment some code out, because such a block means simply literal Pod. Wrong usage of the =for command. I think this should be =begin nobody ... =end nobody instead. Regards, Slaven
On Fri Apr 11 14:44:10 2008, SREZIC wrote:
Show quoted text
> The problems are best seen when the Pod is rendered to HTML
> <http://search.cpan.org/~abigail/Regexp-Common-
> 2.120/lib/Regexp/Common/SEN.pm>
> and appear also when viewing the Pod with perldoc or tkpod.
>
> Two problems are causing this:
>
> =pod .. =cut should not be used to comment some code out, because such
> a
> block means simply literal Pod.
>
> Wrong usage of the =for command. I think this should be
>
> =begin nobody
>
> ...
>
> =end nobody
>
> instead.
>
> Regards,
> Slaven

Thanks, this should be fixed in the next released (hopefully, this year)

Abigail