]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Old Pod::Coverage don't ignore CLONE
authorVincent Pit <vince@profvince.com>
Sat, 18 Oct 2008 13:17:24 +0000 (15:17 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 18 Oct 2008 13:17:24 +0000 (15:17 +0200)
t/92-pod-coverage.t

index d0b482dc437d9d8e735a4e7d7b09023677cfd915..2f7bde28f155796dc4d9635b1a6af951666472d2 100644 (file)
@@ -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)?$/ ] } );