Codebase list libparams-validate-perl / 38cae4f
Only test pod coverage for Params::Validate Dave Rolsky 12 years ago
1 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
66 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
77 if $@;
88
9 all_pod_coverage_ok(
10 {
9 pod_coverage_ok(
10 'Params::Validate', {
1111 trustme => [
1212 qr/(?:UNKNOWN|set_options|validate(?:_pos|_with)?|validation_options)/
1313 ]
1414 }
1515 );
16
17 done_testing();