X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F92-pod-coverage.t;h=c7bb84432d7349d84ce8232306c3ba19b0d50596;hb=98afe09ae95e99083f515f01ed57274b2d6a3955;hp=27e0cf8f59fd3fc8a43e52c50908a5dbdb0daac5;hpb=ccce87545fda1846090f652fc4770e2393070ab9;p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git diff --git a/t/92-pod-coverage.t b/t/92-pod-coverage.t index 27e0cf8..c7bb844 100644 --- a/t/92-pod-coverage.t +++ b/t/92-pod-coverage.t @@ -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(); +}