Skip to content

Commit

Permalink
Using Pod::Coverage::Moose when avail
Browse files Browse the repository at this point in the history
  • Loading branch information
mfontani committed Jul 16, 2009
1 parent 7430850 commit 0a05bf2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion t/pod-coverage.t
Expand Up @@ -15,4 +15,8 @@ eval "use Pod::Coverage $min_pc";
plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage"
if $@;

all_pod_coverage_ok();
eval "use Pod::Coverage::Moose";
plan skip_all => "Pod::Coverage::Moose required for testing POD coverage"
if $@;

all_pod_coverage_ok({coverage_class => 'Pod::Coverage::Moose'});

0 comments on commit 0a05bf2

Please sign in to comment.