treat custom exit() as private for now
[perl/plp/.git] / t / 93-podcover.t
index 6a61ac4217b4b71dbf4e2512c1b222404c83a208..8f4cd9a5476fb04382302c285d71fb070b725ba6 100644 (file)
@@ -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),