Add repository resource to all the MI Makefile.PLs
[catagits/Task-Catalyst.git] / t / 03podcoverage.t
1 use strict;
2 use Test::More;
3
4 eval "use Test::Pod::Coverage 1.04";
5 plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
6 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
7
8 all_pod_coverage_ok();