]> git.decadent.org.uk Git - maypole.git/blob - t/03podcoverage.t
added preprocess_location method
[maypole.git] / t / 03podcoverage.t
1 #!/usr/bin/perl -w
2
3 use strict;
4 use Test::More;
5
6 eval "use Test::Pod::Coverage 1.04";
7 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage ($@)" if $@;
8 all_pod_coverage_ok({  also_private => [ qr/^[A-Z_]+$/ ], });
9