source: trunk/LA-Tools/t/01_pod_coverage.t @ 2274

Last change on this file since 2274 was 1955, checked in by nanardon, 7 years ago

Add LA-Tools

File size: 277 bytes
RevLine 
[1955]1use strict;
2use warnings;
3use Test::More;
4
5my $trustparents = { coverage_class => 'Pod::Coverage::CountParents' };
6
7eval "use Test::Pod::Coverage 1.00";
8plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
9
10all_pod_coverage_ok( $trustparents );
Note: See TracBrowser for help on using the repository browser.