Module-Install-StandardTests
view release on metacpan or search on metacpan
t/00_compile.t view on Meta::CPAN
use warnings;
use strict;
use Test::More;
eval "use Test::Compile";
plan skip_all => "Test::Compile required for testing compilation" if $@;
all_pm_files_ok();
( run in 1.173 second using v1.01-cache-2.11-cpan-aadc1410aed )