use ExtUtils::MakeMaker; : : use Config; use Test::More; use ExtUtils:MM; plan !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'} ? (skip_all => "cross-compiling and make not available") : (tests => 171); use File::Find; : :