]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/blobdiff - t/92-pod-coverage.t
Only effectively builds the author list in t/10-base.t
[perl/modules/Acme-CPANAuthors-You-re_using.git] / t / 92-pod-coverage.t
index 27e0cf8f59fd3fc8a43e52c50908a5dbdb0daac5..c7bb84432d7349d84ce8232306c3ba19b0d50596 100644 (file)
@@ -13,4 +13,8 @@ my $min_pc = 0.18;
 eval "use Pod::Coverage $min_pc";
 plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage" if $@;
 
-all_pod_coverage_ok( { also_private => [ qw/format_available init prepare create install uninstall/ ] });
+{
+ no warnings 'once';
+ local $Acme::CPANAuthors::You're_using::SKIP = 1;
+ all_pod_coverage_ok();
+}