X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=blobdiff_plain;f=t%2F92-pod-coverage.t;h=3a705edc7f2fe1b4570fe44876c535ea9684a200;hp=27e0cf8f59fd3fc8a43e52c50908a5dbdb0daac5;hb=d77142c8216a27e216565391d32d2cf3f321f63c;hpb=429baac5b02f5d63589a910076a2aa06b13c3788 diff --git a/t/92-pod-coverage.t b/t/92-pod-coverage.t index 27e0cf8..3a705ed 100644 --- a/t/92-pod-coverage.t +++ b/t/92-pod-coverage.t @@ -13,4 +13,6 @@ 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/ ] }); +all_pod_coverage_ok({ + also_private => [ qw ], +});