
jorton at apache
Jul 2, 2009, 7:55 AM
Views: 115
Permalink
|
|
svn commit: r790608 - /httpd/test/framework/trunk/t/security/CVE-2009-1890.t
|
|
Author: jorton Date: Thu Jul 2 14:55:04 2009 New Revision: 790608 URL: http://svn.apache.org/viewvc?rev=790608&view=rev Log: - use IO::Select, some versions of perl need this Submitted by: Tomas Hoger <thoger redhat.com> Modified: httpd/test/framework/trunk/t/security/CVE-2009-1890.t Modified: httpd/test/framework/trunk/t/security/CVE-2009-1890.t URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/security/CVE-2009-1890.t?rev=790608&r1=790607&r2=790608&view=diff ============================================================================== --- httpd/test/framework/trunk/t/security/CVE-2009-1890.t (original) +++ httpd/test/framework/trunk/t/security/CVE-2009-1890.t Thu Jul 2 14:55:04 2009 @@ -5,6 +5,8 @@ use Apache::TestRequest; use Apache::TestUtil; +use IO::Select; + plan tests => 7, need [qw(mod_proxy proxy_http.c)]; my $len = 100000;
|