POE-Devel-Benchmarker
view release on metacpan or search on metacpan
t/a_compile.t view on Meta::CPAN
use Test::More;
# AUTHOR test
if ( not $ENV{TEST_AUTHOR} ) {
plan skip_all => 'Author test. Sent $ENV{TEST_AUTHOR} to a true value to run.';
} else {
eval "use Test::Compile";
if ( $@ ) {
plan skip_all => 'Test::Compile required for validating the perl files';
} else {
all_pm_files_ok();
}
}
( run in 1.700 second using v1.01-cache-2.11-cpan-5735350b133 )