added some branch exercising tests in 10-branches.t and 51-ini.t, and a second INI...
[p5sagit/Config-Any.git] / t / pod-coverage.t
CommitLineData
c80a0905 1#!perl -T
2
3use Test::More;
4eval "use Test::Pod::Coverage 1.04";
5plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
6all_pod_coverage_ok();