NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Use best Test::Pod::Coverage, maybe (Score:1)
Besides, skipping pod coverage test with environmental variables (TEST_POD or AUTHOR or anything) is not a good idea, as it tends to be ignored even by module authors (especially those who copy the test from someone else's modules, and thus, don't know it should be enabled somehow). Actually there're modules that have pod coverage test that fail if you enable TEST_POD. Pod coverage test should guarantee the modules' kwalitee. I don't want it to deceive us, even unintentionally.
Reply to This
Re: (Score:1)
Without proper PREREQ_PM, modules just fail to install and that sucks.