From: Steve Hay <SteveHay@planit.com>
Date: Fri, 12 Dec 2008 17:08:51 +0000 (+0000)
Subject: Apply revision 11894 from the Module::Build SVN repo (to replace
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=798f208dbfb2c8023d3d7b4bdb4568f3cbe0391b;p=p5sagit%2Fp5-mst-13.2.git

Apply revision 11894 from the Module::Build SVN repo (to replace
local change 34447, which did the same thing)

p4raw-id: //depot/perl@35078
---

diff --git a/lib/Module/Build/t/compat.t b/lib/Module/Build/t/compat.t
index da62ed6..9a8ccbf 100644
--- a/lib/Module/Build/t/compat.t
+++ b/lib/Module/Build/t/compat.t
@@ -193,7 +193,7 @@ ok $mb, "Module::Build->new_from_context";
   }
 
   $output = stdout_of( sub {
-    local $ENV{HARNESS_TIMER} = 0;
+    local $ENV{HARNESS_TIMER}; # RT#39635 - timer messes with output
     $ran_ok = $mb->do_system(@make, 'test', $make_macro)
   } );