App-prepare4release
view release on metacpan or search on metacpan
xt/author/compile.t view on Meta::CPAN
use Test2::Tools::Basic qw(skip_all);
BEGIN {
eval {
require Test::Compile;
Test::Compile->import;
1;
} or skip_all 'Test::Compile is required for this author test';
}
all_pm_files_ok();
( run in 1.486 second using v1.01-cache-2.11-cpan-39bf76dae61 )