In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/4d834435dc9d660f1ed7c02af11b3819346a9d2d?hp=da9d679792344414c2d670008c6c80fffbb2e4b0>
- Log ----------------------------------------------------------------- commit 4d834435dc9d660f1ed7c02af11b3819346a9d2d Author: Nicholas Clark <[email protected]> Date: Sun Sep 27 09:56:40 2009 +0100 Tests running in cpan (and dist) are also allowed to generate noisy TAP. ----------------------------------------------------------------------- Summary of changes: t/TEST | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/TEST b/t/TEST index 04355f4..19f8fb1 100755 --- a/t/TEST +++ b/t/TEST @@ -589,7 +589,7 @@ EOT else { # module tests are allowed extra output, # because Test::Harness allows it - next if $test =~ /^\W*(ext|lib)\b/; + next if $test =~ /^\W*(cpan|dist|ext|lib)\b/; $failure = "FAILED--unexpected output at test $next"; last; } -- Perl5 Master Repository
