App-Midgen

 view release on metacpan or  search on metacpan

t/03-pod.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' => 1.48 };

all_pod_files_ok();

done_testing();

__END__



( run in 2.442 seconds using v1.01-cache-2.11-cpan-98e64b0badf )