Internal debugging improvements.
[test-reporter.git] / t / 98-pod.t
blob8233d86325605522d3188200746b6d83863351c9
1 use Test::More;
2 plan skip_all => "Skipping author tests" if not $ENV{AUTHOR_TESTING};
4 my $min_tp = 1.22;
5 eval "use Test::Pod $min_tp";
6 plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
8 all_pod_files_ok();
9 __END__
10 use Test::Pod; # Fake CPANTS