X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpod.t;h=fa62994064d8af5ebe6b4b3178da2a0bed308d97;hb=1fa757b702ae2fcf34fda18f891714b6a29a04dd;hp=34d871bf1fde8b72c24ee59a58511d537fefa528;hpb=3642374f1fabd88526af2e299fada828b0fc2090;p=p5sagit%2Fstrictures.git diff --git a/xt/pod.t b/xt/pod.t index 34d871b..fa62994 100644 --- a/xt/pod.t +++ b/xt/pod.t @@ -1,12 +1,12 @@ use Test::More; use Test::Pod; -use Test::Pod::Coverage; +use Test::Pod::Coverage::TrustMe; use strict; use warnings FATAL => 'all'; pod_file_ok($_) for all_pod_files; -pod_coverage_ok($_, { coverage_class => 'Pod::Coverage::CountParents' }) +pod_coverage_ok($_) for all_modules; done_testing;