From ae4917a644896b5593f6c9d2cebd02adcbcdf6e9 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 2 Apr 2009 16:47:27 +0000 Subject: [PATCH] POD.t should be run all the time, as well. --- t/POD.t | 2 -- 1 file changed, 2 deletions(-) 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;