remove several sentences which were duplicates (strange, this wasn't in the last...
[catagits/Catalyst-Manual.git] / t / pod.t
CommitLineData
169144c5 1use Test::More;
be59772b 2
169144c5 3eval "use Test::Pod 1.14";
be59772b 4plan skip_all => 'Test::Pod 1.14 required' if $@;
5plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD} || -e 'inc/.author';
6
169144c5 7all_pod_files_ok();