A. Pagaltzis wrote:
But at this point, I think even this is not quite the right approach. Rather, the tests should be built directly into Module::Build itself à la the `testcover` target. Test::Pod needs no parametrisation, so it would be trivial to integrate, and it also is the really valuable test. (At least I can’t think of *any* case where letting malformed POD through is desirable.)
Pod syntax checking is there already as "testpod". It would be fairly trivial to add "testpodcover", but I suspect that never happened because "testcover" does it already through Devel::Cover.
David