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