diff --git a/t/POD.t b/t/POD.t index 84164ddb7..7cf7b7ca7 100644 --- a/t/POD.t +++ b/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;