X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F99-pod.t;fp=t%2F99-pod.t;h=3afe2fa69e6af149bf5111a09868ac770fd113aa;hb=b2d855940c68a8bec09c76f6235b804ef9090dc6;hp=0000000000000000000000000000000000000000;hpb=b9274b9f46f6054021414d948d23bbae95e51444;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/t/99-pod.t b/t/99-pod.t new file mode 100644 index 0000000..3afe2fa --- /dev/null +++ b/t/99-pod.t @@ -0,0 +1,4 @@ +use Test::More; +eval "use Test::Pod 1.00"; +plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; +all_pod_files_ok(); \ No newline at end of file