treat custom exit() as private for now
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 31 May 2008 21:53:00 +0000 (21:53 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 31 May 2008 21:53:11 +0000 (21:53 +0000)
Do not require documentation coverage of PLP::Functions::exit,
it's supposed to be a transparant replacement of CORE::exit.

I'll probably move it outside of this module later (no side-effects
to make it usable without PLP), but that's a seperate fix.

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;
 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),
 
 # Other modules can be assumed either private (Tie::*),
 # simple includes (Backend::* - generally only accessed by constructor),