App-Midgen
view release on metacpan or search on metacpan
t/04-pod-coverage.t view on Meta::CPAN
#!perl
use strict;
use warnings FATAL => 'all';
use English qw( -no_match_vars );
local $OUTPUT_AUTOFLUSH = 1;
BEGIN {
unless ( $ENV{RELEASE_TESTING} ) {
require Test::More;
Test::More::plan(
skip_all => 'Author tests, not required for installation.' );
}
}
use Test::More;
use Test::Requires { 'Test::Pod::Coverage' => 1.08 };
all_pod_coverage_ok();
done_testing();
__END__
( run in 0.940 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )