X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=blobdiff_plain;f=xt%2F91podcoverage.t;h=52f172bc7477d277f7a04d1082a86d0636b53b1f;hp=3c02c82647d48acb46683c171e3f1398dba4b6a0;hb=fe143972050e95c4c91df08c24938cee96065bfe;hpb=b3ecfcfa9e4fafe5815bfbe344fc69947922c22c diff --git a/xt/91podcoverage.t b/xt/91podcoverage.t index 3c02c82..52f172b 100644 --- a/xt/91podcoverage.t +++ b/xt/91podcoverage.t @@ -3,13 +3,8 @@ use strict; use Test::More; -eval "use Pod::Coverage 0.19"; -plan skip_all => 'Pod::Coverage 0.19 required' if $@; -eval "use Test::Pod::Coverage 1.04"; -plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@; - -plan skip_all => 'set TEST_POD to enable this test' - unless ( $ENV{TEST_POD} || -e 'MANIFEST.SKIP' ); +use Pod::Coverage 0.19; +use Test::Pod::Coverage 1.04; my @modules = sort { $a cmp $b } ( Test::Pod::Coverage::all_modules() );