X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d46d24f60fa028e95f787eeba01e68c67f4554ed;hb=f582060a147cfc4208f446d5b53bb4d944912116;hp=c2c5b7652bfe2ea0409d9c693c2754b164d084fa;hpb=7fcfdb2efc432465c7df944529a41ca0ad5c42b9;p=gitmo%2FClass-MOP.git diff --git a/Makefile.PL b/Makefile.PL index c2c5b76..d46d24f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -150,7 +150,7 @@ package MY; sub postamble { my $pp_tests = join q{ }, ::get_pp_tests(); - my $test_dep = $::has_compiler && ::is_maintainer() + my $test_dep = $::has_compiler && (::is_maintainer() || $ENV{AUTOMATED_TESTING}); ? 'pure_all :: pp_tests' : '';