From: Vincent Pit Date: Sat, 18 Oct 2008 13:17:24 +0000 (+0200) Subject: Old Pod::Coverage don't ignore CLONE X-Git-Tag: v0.25~4 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=dea0c760569c4cf42aa995c5375b82c358e070c3;p=perl%2Fmodules%2FVariable-Magic.git Old Pod::Coverage don't ignore CLONE --- diff --git a/t/92-pod-coverage.t b/t/92-pod-coverage.t index d0b482d..2f7bde2 100644 --- a/t/92-pod-coverage.t +++ b/t/92-pod-coverage.t @@ -7,4 +7,4 @@ use Test::More; eval "use Test::Pod::Coverage 1.04"; plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@; -all_pod_coverage_ok( { also_private => [ qr/^_/ ] } ); +all_pod_coverage_ok( { also_private => [ qr/^_/, qr/^CLONE(_SKIP)?$/ ] } );