From: Paul Fenwick Date: Mon, 6 Jul 2009 10:27:49 +0000 (+1000) Subject: Maintainers.pl: Explanation as to why autodie tests are excluded. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cceec0529697541723782425186b8fc270f032a2;p=p5sagit%2Fp5-mst-13.2.git Maintainers.pl: Explanation as to why autodie tests are excluded. Signed-off-by: H.Merijn Brand --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 94d751f..2c266b6 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -208,6 +208,12 @@ package Maintainers; 'DISTRIBUTION' => 'PJF/autodie-2.05.tar.gz', 'FILES' => q[lib/Fatal.pm lib/autodie.pm lib/autodie], 'EXCLUDED' => [ qr{^inc/Module/}, + + # All these tests depend upon external + # modules that don't exist when we're + # building the core. Hence, they can + # never run, and should not be merged. + qw( t/boilerplate.t t/critic.t