X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/00cfd7d5ea44e400b8b53a7fa4b9d6400336a606..88ea60f3e1177a230f2cc7e47250a7a5cd365663:/t/93-podcover.t diff --git a/t/93-podcover.t b/t/93-podcover.t index 6a61ac4..8f4cd9a 100644 --- a/t/93-podcover.t +++ b/t/93-podcover.t @@ -7,7 +7,7 @@ eval 'use Test::Pod::Coverage'; plan skip_all => "Test::Pod::Coverage required for testing POD coverage" if $@; plan tests => 1; -pod_coverage_ok($_, {nonwhitespace => 1}, $_) for 'PLP::Functions'; +pod_coverage_ok($_, {nonwhitespace => 1, private => ['exit']}, $_) for 'PLP::Functions'; # Other modules can be assumed either private (Tie::*), # simple includes (Backend::* - generally only accessed by constructor),