Subject: | Apache::TestRequest::GET requires mod_apreq2 loaded for mod_perl2. |
I think RT #21552 (http://rt.cpan.org/Ticket/Display.html?id=21552) is
actually an Apache::TestRequest bug. When running a test that does:
$req = GET '/TestApache__basic';
ok( $res->is_success, 'request succeeded' );
The test fails and I get the message: "undefined symbol:
apreq_handle_apache2" in the error log. If I add the line:
LoadModule apreq_module modules/mod_apreq2.so
to httpd.conf, the test passes. I am unsure whether this load needs to
be protected for earlier versions of mod_perl.