Change 34447 by [EMAIL PROTECTED] on 2008/09/30 11:27:36

        Fix Module-Build's compat.t when HARNESS_TIMER is set to 1
        
        This is hopefully a better way of fixing the failure originally
        addressed by 33340 (which was not assimilated into 0.30)

Affected files ...

... //depot/perl/lib/Module/Build/t/compat.t#7 edit

Differences ...

==== //depot/perl/lib/Module/Build/t/compat.t#7 (text) ====
Index: perl/lib/Module/Build/t/compat.t
--- perl/lib/Module/Build/t/compat.t#6~34446~   2008-09-30 04:25:01.000000000 
-0700
+++ perl/lib/Module/Build/t/compat.t    2008-09-30 04:27:36.000000000 -0700
@@ -193,6 +193,7 @@
   }
 
   $output = stdout_of( sub {
+    local $ENV{HARNESS_TIMER} = 0;
     $ran_ok = $mb->do_system(@make, 'test', $make_macro)
   } );
 
End of Patch.

Reply via email to