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