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

I tend to only use pod2html if I'm interested in how the end result will/might look - to use it to parse and validate the POD is, IMO, overkill since you need to run the program and then (re-)load the generated page in your browser.

Whereas, whilst developing/writing the pod, I simply run perldoc over the module/script/pod file under development - much easier and quicker.

A user level that continues to overstate my experience :-))