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