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