root/honeyclient/branches/exp/jpuchalski-esx/t/pod-coverage.t

Revision 13, 172 bytes (checked in by kindlund, 2 years ago)

Initialized public repository with 0.9 release.

Line 
1 #!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();
Note: See TracBrowser for help on using the browser.