in reply to Skipping a chained test

From one of the tests for CGI::Prototype:
use Test::More; plan skip_all => "Test::Pod::Coverage required for testing POD" unless eval "use Test::Pod::Coverage; 1"; all_pod_coverage_ok();

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.