Hi,

please include this fix in the next release of Apache::Test.

--- a/Apache-Test-1.14/lib/Apache/TestRequest.pm Thu Sep 30 05:32:13 2004
+++ b/Apache-Test-1.14/lib/Apache/TestRequest.pm Mon Oct 18 13:56:08 2004
@@ -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);


-- Boris



Reply via email to