X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F01-pod.t;h=2e54ed6a2a61aa7530d49c6a41538366a31a50d9;hb=08d41dc8876017a1dab11f1484c3dfad5554e3c7;hp=976d7cdfb2a829b1383ffe12570180e25c14668c;hpb=2138ef0b5da67fb5e29bcb057575d1b2bb956549;p=catagits%2FCatalyst-Authentication-Store-DBIx-Class.git diff --git a/t/01-pod.t b/t/01-pod.t index 976d7cd..2e54ed6 100644 --- a/t/01-pod.t +++ b/t/01-pod.t @@ -1,6 +1,10 @@ -#!perl -T +#!perl use Test::More; + +plan skip_all => 'Set TEST_POD to enable pod tests' unless $ENV{TEST_POD}; + eval "use Test::Pod 1.14"; plan skip_all => "Test::Pod 1.14 required for testing POD" if $@; + all_pod_files_ok();