X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=xt%2Fauthor%2Fpod-coverage.t;fp=xt%2Fauthor%2Fpod-coverage.t;h=66b3b6481c044f0d79b512ac976aa523143539f6;hb=2fe281b6b85d01d6290d3c91c54232e9152cc377;hp=0000000000000000000000000000000000000000;hpb=2ce4094a9656c27b2b83442e11b86e44306525bf;p=chaz%2Fgit-codeowners diff --git a/xt/author/pod-coverage.t b/xt/author/pod-coverage.t new file mode 100644 index 0000000..66b3b64 --- /dev/null +++ b/xt/author/pod-coverage.t @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. + +use Test::Pod::Coverage 1.08; +use Pod::Coverage::TrustPod; + +all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });