projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7fcfdb2
)
Run the pure perl tests on the smokers.
Florian Ragwitz [Fri, 23 Jan 2009 07:38:32 +0000 (07:38 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
c2c5b76
..
d46d24f
100644
(file)
--- 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'
: '';