push version to 0.24
[Biblio-Isis] / t / 9_pod-coverage.t
1 #!/usr/bin/perl -w
2
3 use Test::More;
4 eval "use Test::Pod::Coverage 1.00";
5 plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
6 all_pod_coverage_ok();
7