in reply to Skipping packages in Pod::Coverage tests
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;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Skipping packages in Pod::Coverage tests
by astroboy (Chaplain) on Jun 21, 2009 at 11:35 UTC | |
by Anonymous Monk on Jun 21, 2009 at 11:52 UTC |