use strict; use warnings; BEGIN { eval "use Test::More"; if ($@) { print "1..0 # skip Test::More required to test pod coverage.\n"; exit; } eval "use Test::Pod::Coverage 1.00"; if ($@) { print < [ qr{^[[:upper:]\d_]+$}, qr{^xs_}, qr{^constant$} ], coverage_class => 'Pod::Coverage::CountParents' });