in reply to Re^3: how POD will look on CPAN
in thread how POD will look on CPAN

Yes, but pod2html won't catch issues where pod2man generates code that cannot be dealt with *roff correctly. Furthermore, I don't want any generated lines to be over 80 characters wide (which can easily happen with (non-formatted) code). Easy to check with pod2man - much harder to check to with pod2html.

Plus I don't need a browser that way; I can just do it all from the command line (which is important for me, as $WORK means I code remotely).