skip xml failure tests if XML::LibXML < 1.59 is installed, it seems to parse anything...
[p5sagit/Config-Any.git] / t / pod-coverage.t
CommitLineData
5a2e0210 1use strict;
2use warnings;
c80a0905 3use Test::More;
5a2e0210 4
c80a0905 5eval "use Test::Pod::Coverage 1.04";
5a2e0210 6
92a04e78 7plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
8 if $@;
c80a0905 9all_pod_coverage_ok();