use Test::More; eval "use Test::Pod::Coverage"; plan skip_all => "Test::Pod::Coverage required for testing pod coverag +e" if $@; my @modules = grep{!/^Exclude::ME::General$/} all_modules(); plan tests => scalar @modules; pod_coverage_ok($_) for @modules;
In reply to Re: Skipping packages in Pod::Coverage tests
by Anonymous Monk
in thread Skipping packages in Pod::Coverage tests
by astroboy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |