http://www.perlmonks.org?node_id=1010987


in reply to Re^2: how do you build and test your modules locally before publishing
in thread how do you build and test your modules locally before publishing

Test::Pod, and Test::Pod::Coverage, if memory serves. Also, Perl::Critic: One of the elevated levels of whining will grouse at you if your POD is missing sections common to modules. I think Test::Kwalitee does some POD diving too, but half the time I can't even get it to install all of its deps. Test::Kwalitee and Test::PerlCritic should always be "author-only" tests, by the way.


Dave

  • Comment on Re^3: how do you build and test your modules locally before publishing