r8860@llin: dpavlin | 2005-11-14 16:21:41 +0100
[webpac2] / t / pod-coverage.t
1 #!/usr/bin/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" if $@;
6 all_pod_coverage_ok();