Skip to content

Commit

Permalink
updated coverage test (uncommenting out for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvwright committed Dec 5, 2012
1 parent 7ca8f35 commit 044a330
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion t/pod-coverage.t
Expand Up @@ -3,6 +3,7 @@ use 5.006;
use strict;
use warnings FATAL => 'all';
use Test::More;
use File::Spec;

# Ensure a recent version of Test::Pod::Coverage
my $min_tpc = 1.08;
Expand All @@ -17,4 +18,9 @@ eval "use Pod::Coverage $min_pc";
plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage"
if $@;

all_pod_coverage_ok();
#all_pod_coverage_ok();

#use Test::Pod::Coverage tests=>1;
#warn all_modules;
#pod_coverage_ok( "Perl::RunEND", "Perl::RunEND is covered" );

0 comments on commit 044a330

Please sign in to comment.