Skip Menu |

This queue is for tickets about the CPAN CPAN distribution.

Report information
The Basics
Id: 47700
Status: new
Priority: 0/
Queue: CPAN

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

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



Subject: Suboptimal MANPAGE parsing
In the CPAN shell (Catalyst::Helper needs to be installed): Show quoted text
cpan> m Catalyst::Helper
... MANPAGE Catalyst::Helper - Bootstrap a Catalyst application [% name %] - Catalyst based application [% rootname %] - Root Controller for [% name %] [% appprefix %]_cgi.pl - Catalyst CGI [% appprefix %]_fastcgi.pl - Catalyst FastCGI [% appprefix %]_server.pl - Catalyst Testserver [% appprefix %]_test.pl - Catalyst Test [% appprefix %]_create.pl - Create a new Catalyst Component [% class %] - Catalyst [% long_type %] ... This looks quite broken. Other Pod viewers have no problems with this Pod (I tried perldoc, tkpod, and man). My guess is that the other Pod parsers stop at the __DATA__ keyword and thus ignore all following Pod templates. (But I did not find something like this in perlpodspec) Regards, Slaven