root/perl/DBIx-Class-Indexer-KinoSearch/trunk/t/98-pod_coverage.t

Revision 340, 161 bytes (checked in by brian.cassidy, 2 years ago)

dist structure

Line 
1 use Test::More;
2 eval "use Test::Pod::Coverage 1.00";
3 plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
4 all_pod_coverage_ok();
Note: See TracBrowser for help on using the browser.