X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod.t;fp=t%2Fpod.t;h=f062570405cc2b31b35c93a4aeec1d37d3ab5dcd;hb=11a93ea1523b28e1f2771fdb4047cc12c539891d;hp=0000000000000000000000000000000000000000;hpb=4e3277560cc20740e2cdb58f4f9cf8eda74c9d73;p=catagits%2FCatalyst-View-Component-SubInclude.git diff --git a/t/pod.t b/t/pod.t new file mode 100644 index 0000000..f062570 --- /dev/null +++ b/t/pod.t @@ -0,0 +1,6 @@ +#!perl -T + +use Test::More; +eval "use Test::Pod 1.14"; +plan skip_all => "Test::Pod 1.14 required for testing POD" if $@; +all_pod_files_ok();