X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpod-coverage.t;fp=xt%2Fpod-coverage.t;h=c7f97f92f245df47bac9825d6aff9272a95e656a;hb=2a9c7c3878b5d387c16af48c1010d8a1bcc41003;hp=0000000000000000000000000000000000000000;hpb=54cc4bad8c14d4adadc4bef100f351a2ad0b01c9;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/xt/pod-coverage.t b/xt/pod-coverage.t new file mode 100644 index 0000000..c7f97f9 --- /dev/null +++ b/xt/pod-coverage.t @@ -0,0 +1,10 @@ +use strict; +use warnings; + +use Test::More; + +eval "use Test::Pod::Coverage 1.04"; +plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" + if $@; + +all_pod_coverage_ok();