refactor _load(). fix an issue with use_ext => 0. use_ext now on by default. throw...
[p5sagit/Config-Any.git] / t / pod-coverage.t
1 #!perl -T
2
3 use Test::More;
4 eval "use Test::Pod::Coverage 1.04";
5 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
6     if $@;
7 all_pod_coverage_ok();