X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=t%2Fauthor%2Fpod-coverage.t;fp=t%2Fauthor%2Fpod-coverage.t;h=66338a31e7e27b00be229da4787e8082e14b5c32;hp=0000000000000000000000000000000000000000;hb=adb0550a261872e52c0c135273249c8b32445a11;hpb=7c63f9e7db0564430006d4c4626200509cbf1283 diff --git a/t/author/pod-coverage.t b/t/author/pod-coverage.t new file mode 100644 index 0000000..66338a3 --- /dev/null +++ b/t/author/pod-coverage.t @@ -0,0 +1,5 @@ +use Test::More; + +use Test::Pod::Coverage 1.04; + +all_pod_coverage_ok();