POD.t should be run all the time, as well.

This commit is contained in:
Colin Kuskie 2009-04-02 16:47:27 +00:00
parent 77252517a0
commit ae4917a644

View file

@ -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;