X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=blobdiff_plain;f=t%2F92-pod-coverage.t;h=c7bb84432d7349d84ce8232306c3ba19b0d50596;hp=27e0cf8f59fd3fc8a43e52c50908a5dbdb0daac5;hb=cbb501aa1e454f486e962d66d146dddad3d16ddc;hpb=41c2781606f5304bf1edaae54a0b892250bf0679 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(); +}