geoff       2004/11/03 12:37:22

  Modified:    perl-framework/Apache-Test/lib/Apache TestMM.pm
  Log:
  reverting to 1.41 - apparently the conditional assignment borks win32
  
  Revision  Changes    Path
  1.43      +1 -1      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestMM.pm
  
  Index: TestMM.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestMM.pm,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- TestMM.pm 26 Oct 2004 01:42:14 -0000      1.42
  +++ TestMM.pm 3 Nov 2004 20:37:22 -0000       1.43
  @@ -82,7 +82,7 @@
       }
   
       return $preamble . <<'EOF' . $cover;
  -TEST_VERBOSE ?= 0
  +TEST_VERBOSE = 0
   TEST_FILES =
   
   test_clean :
  
  
  

Reply via email to