Author: ericwilhelm
Date: Sun Sep 28 03:07:38 2008
New Revision: 11894

Modified:
   Module-Build/trunk/Changes
   Module-Build/trunk/t/compat.t

Log:
** closing RT#39635 - HARNESS_TIMER bug **
t/compat.t - unset HARNESS_TIMER before running test
Changes    - update


Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes  (original)
+++ Module-Build/trunk/Changes  Sun Sep 28 03:07:38 2008
@@ -2,6 +2,8 @@
 
 0.30_01
 
+ - Workaround HARNESS_TIMER env issue in t/compat.t (RT#39635)
+
  - Updated our embedded version.pm to 0.76, enhanced documentation on
    dist_version_from.  [John Peacock]
 

Modified: Module-Build/trunk/t/compat.t
==============================================================================
--- Module-Build/trunk/t/compat.t       (original)
+++ Module-Build/trunk/t/compat.t       Sun Sep 28 03:07:38 2008
@@ -193,6 +193,7 @@
   }
 
   $output = stdout_of( sub {
+    local $ENV{HARNESS_TIMER}; # RT#39635 - timer messes with output
     $ran_ok = $mb->do_system(@make, 'test', $make_macro)
   } );
 

Reply via email to