Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the devel-nytprof CPAN distribution.

Report information
The Basics
Id: 40785
Status: resolved
Priority: 0/
Queue: devel-nytprof

People
Owner: Nobody in particular
Requestors: geoff [...] broadwell.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.07
Fixed in: (no value)



Subject: nytprofhtml style.css contains POD
After generating an HTML profile with nytprofhtml, scroll down in nytprof/style.css -- there you will find the complete man page POD for nytprofhtml itself. This appears to be caused by trying to use __END__ after __DATA__, which doesn't work as desired (at least for Perl 5.10.0). A better choice would be to move the POD before __DATA__ (it's short so the parsing time is trivial), and drop the __END__ altogether. -'f
Already fixed for next release. Thanks!