]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blobdiff - t/92-pod-coverage.t
Remove the now unused list function
[perl/modules/Sub-Nary.git] / t / 92-pod-coverage.t
index 1889ea5aacfb96724fab016eadc63ebd3b80b0fe..b16040ebe6f3417549e58dbde48cfc456fce05e5 100644 (file)
@@ -18,6 +18,6 @@ plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage" if $@
 all_pod_coverage_ok({ also_private => [
  qr/^inspect/, qr/^pp_/, qw/enter/,
  qw/tag scalops/,
- qw/null zero list count scale normalize add combine cumulate power/,
+ qw/null zero count scale normalize add combine cumulate power/,
  qw/name const_sv gv_or_padgv padval/
 ] });