Apply revision 11894 from the Module::Build SVN repo (to replace
Steve Hay [Fri, 12 Dec 2008 17:08:51 +0000 (17:08 +0000)]
local change 34447, which did the same thing)

p4raw-id: //depot/perl@35078

lib/Module/Build/t/compat.t

index da62ed6..9a8ccbf 100644 (file)
@@ -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)
   } );