diff --git a/t/pod-coverage.t b/t/pod-coverage.t index f4a0e5e..995cd2f 100644 --- a/t/pod-coverage.t +++ b/t/pod-coverage.t @@ -2,12 +2,9 @@ use strict; use warnings; use Test::More; -use Test::More; eval "use Test::Pod::Coverage 1.00"; plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@; -unless ( $ENV{RELEASE_TESTING} ) { - plan( skip_all => "Author tests not required for installation" ); -} +plan skip_all => "Skipping coverage tests" unless $ENV{COVERAGE}; all_pod_coverage_ok();