Fix the test in dist build
[catagits/Catalyst-Devel.git] / t / 03podcoverage.t
CommitLineData
68ccb5e5 1use Test::More;
2
3eval "use Test::Pod::Coverage 1.04";
4plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
5dc7fbc7 5
6eval "use Pod::Coverage 0.20";
7plan skip_all => 'Pod::Coverage 0.20 required' if $@;
8
68ccb5e5 9plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
10
7d00382c 11all_pod_coverage_ok( { trustme => [ qr/^(?:BUILD|DEMOLISH)$/ ] } );