POD.t should be run all the time, as well.
This commit is contained in:
parent
77252517a0
commit
ae4917a644
1 changed files with 0 additions and 2 deletions
2
t/POD.t
2
t/POD.t
|
|
@ -18,8 +18,6 @@ use Pod::Coverage;
|
|||
use File::Find;
|
||||
use File::Spec;
|
||||
|
||||
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
|
||||
|
||||
my $threshold = $ENV{POD_COVERAGE} ? 0.75
|
||||
: $ENV{POD_COVERAGE} == 2 ? 0.9999
|
||||
: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue