switch to Pod::Coverage::TrustMe
[p5sagit/strictures.git] / xt / pod.t
index 34d871b..fa62994 100644 (file)
--- 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;