stas        2004/10/18 15:13:35

  Modified:    perl-framework/Apache-Test/lib/Apache TestRequest.pm
  Log:
  doc fix
  Submitted by: Boris Zentner <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.100     +1 -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.99
  retrieving revision 1.100
  diff -u -u -r1.99 -r1.100
  --- TestRequest.pm    30 Sep 2004 03:32:13 -0000      1.99
  +++ TestRequest.pm    18 Oct 2004 22:13:35 -0000      1.100
  @@ -758,7 +758,7 @@
   if there is only one value and that value is not "POST":
   
     # Always allow redirection.
  -  my $redir = have_lwp ? [qw(GET HEAD POST)] : 1;
  +  my $redir = have_lwp() ? [qw(GET HEAD POST)] : 1;
     Apache::TestRequest::user_agent(reset => 1,
                                     requests_redirectable => $redir);
   
  
  
  

Reply via email to