in reply to Re: POD troubles
in thread POD troubles

Actually neither Test::Pod (calling all_pod_files_ok) nor Test::Pod::Coverage gave a peep about it.

Replies are listed 'Best First'.
Re^3: POD troubles
by Anonymous Monk on May 14, 2011 at 10:28 UTC
      Thanks. This t/pod.t was created by module-simple. I noticed lines like that "author test" skip in other files it supplied.

      So, the pod2html, which is apparently what is being used by ./Build html, uses a tool that is indeed one of "those old parsers" and is not updated with current libraries, even though it is CORE.

      So, I just need to get Build to use the modern one, or ignore the availability of that Build verb. And can I surmise that CPAN's Search page uses a modern one?

      Thanks for the link to Best Practice, whoever you are. I'll read that next.

      As long as you seem to be the first to notice my module, perhaps you can further criticize it? It's my first CPAN upload in many years. I'm not sure what was going on with Manifest and ignore.txt vs. MANIFEST.ignore files?