X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fauthor%2F02pod.t;fp=t%2Fauthor%2F02pod.t;h=6a644e9ab67bd37c4b9d55b3380338b25cf26873;hb=bcba5d8b63e790af4272194895be4c71b8f4b179;hp=0000000000000000000000000000000000000000;hpb=aa5935f174f36400df9ec6a656abbd7f4fdfa844;p=catagits%2FCatalyst-Plugin-Static-Simple.git diff --git a/t/author/02pod.t b/t/author/02pod.t new file mode 100644 index 0000000..6a644e9 --- /dev/null +++ b/t/author/02pod.t @@ -0,0 +1,7 @@ +use strict; +use warnings; +use Test::More; + +use Test::Pod 1.14; + +all_pod_files_ok();