stas        01/10/18 23:31:02

  Modified:    perl-framework/Apache-Test/lib/Apache TestRequest.pm
  Log:
  don't warn if an unwanted interp is hit, it's normal in multi-interpret
  env.
  
  Revision  Changes    Path
  1.48      +0 -1      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestRequest.pm
  
  Index: TestRequest.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRequest.pm,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- TestRequest.pm    2001/10/19 03:08:11     1.47
  +++ TestRequest.pm    2001/10/19 06:31:02     1.48
  @@ -440,7 +440,6 @@
           }
   
           unless ($found_same_interp eq $same_interp) {
  -            warn "found wrong same_interp: $found_same_interp";
               $found_same_interp = '';
           }
   
  
  
  

Reply via email to