[Moose-commits] r7380 - Class-MOP/trunk

rafl at code2.0beta.co.uk rafl at code2.0beta.co.uk
Fri Jan 23 07:38:32 GMT 2009


Author: rafl
Date: 2009-01-22 23:38:32 -0800 (Thu, 22 Jan 2009)
New Revision: 7380

Modified:
   Class-MOP/trunk/Makefile.PL
Log:
Run the pure perl tests on the smokers.

Modified: Class-MOP/trunk/Makefile.PL
===================================================================
--- Class-MOP/trunk/Makefile.PL	2009-01-22 23:09:56 UTC (rev 7379)
+++ Class-MOP/trunk/Makefile.PL	2009-01-23 07:38:32 UTC (rev 7380)
@@ -150,7 +150,7 @@
 
 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'
         : '';
 




More information about the Moose-commits mailing list