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