in reply to Re: Skipping packages in Pod::Coverage testsin thread Skipping packages in Pod::Coverage tests
use strict; use warnings; use Test::More; 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_P +OD}; [download]