Run the pure perl tests on the smokers.
[gitmo/Class-MOP.git] / Makefile.PL
index c2c5b76..d46d24f 100644 (file)
@@ -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'
         : '';