]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blob - t/92-pod-coverage.t
Old Pod::Coverage don't ignore CLONE
[perl/modules/Variable-Magic.git] / t / 92-pod-coverage.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 eval "use Test::Pod::Coverage 1.04";
9 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
10 all_pod_coverage_ok( { also_private => [ qr/^_/, qr/^CLONE(_SKIP)?$/ ] } );