Author: torsten
Date: Tue Apr 13 11:08:26 2010
New Revision: 933550
URL: http://svn.apache.org/viewvc?rev=933550&view=rev
Log:
t/directive/perlcleanuphandler.t needs LWP to perform keep-alive requests
Modified:
perl/modperl/branches/threading/t/directive/perlcleanuphandler.t
Modified: perl/modperl/branches/threading/t/directive/perlcleanuphandler.t
URL:
http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/directive/perlcleanuphandler.t?rev=933550&r1=933549&r2=933550&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/directive/perlcleanuphandler.t (original)
+++ perl/modperl/branches/threading/t/directive/perlcleanuphandler.t Tue Apr 13
11:08:26 2010
@@ -6,7 +6,7 @@ use Apache::Test;
use Apache::TestUtil;
use Apache::TestRequest 'GET_BODY';
-plan tests => 3;
+plan tests => 3, need_lwp;
my $module = 'TestDirective::perlcleanuphandler';