evil hack to allow introspection of running server
[perl-cwmp.git] / t / pod-coverage.t
1 #!/usr/bin/perl -w
2
3 use Test::More;
4 use blib;
5
6 eval "use Test::Pod::Coverage 1.04";
7 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage [$@]" if ($@);
8 all_pod_coverage_ok();