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