diff options
author | Steve Hay <SteveHay@planit.com> | 2008-12-12 17:08:51 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-12-12 17:08:51 +0000 |
commit | 798f208dbfb2c8023d3d7b4bdb4568f3cbe0391b (patch) | |
tree | b96e69365ae69091d5c2bdc7f28183a20cbf4bb6 | |
parent | 8f70d4fde17302052c934d2d804478a956372f9f (diff) | |
download | perl-798f208dbfb2c8023d3d7b4bdb4568f3cbe0391b.tar.gz |
Apply revision 11894 from the Module::Build SVN repo (to replace
local change 34447, which did the same thing)
p4raw-id: //depot/perl@35078
-rw-r--r-- | lib/Module/Build/t/compat.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Module/Build/t/compat.t b/lib/Module/Build/t/compat.t index da62ed6a3e..9a8ccbfd86 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) } ); |