Acme-AutoColor
view release on metacpan or search on metacpan
t/04-podcoverage.t view on Meta::CPAN
foreach my $module (@modules) {
# currently no special handling
$tests++;
push @testmodules, $module;
}
plan tests => $tests;
# General modules
foreach my $module (@testmodules) {
my $trustparents = { coverage_class => 'Pod::Coverage::CountParents' };
pod_coverage_ok( $module, $trustparents );
}
done_testing();
( run in 0.302 second using v1.01-cache-2.11-cpan-4d50c553e7e )