Add repository resource to all the MI Makefile.PLs
[p5sagit/Config-Any.git] / t / pod.t
CommitLineData
5a2e0210 1use strict;
2use warnings;
c80a0905 3use Test::More;
5a2e0210 4
c80a0905 5eval "use Test::Pod 1.14";
5a2e0210 6
c80a0905 7plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
8all_pod_files_ok();