what happens if you replace:
my $r = (\&{$name})->(@_);
with:
require Carp; my $r = Apache::TestClient::GET->(@_); Carp::confess("oops") unless defined $r;
waiting for server to start: ok (waited 4 secs)
server localhost:8529 started
server localhost:8530 listening (TestProtocol::echo)
server localhost:8531 listening (TestProtocol::echo_filter)
server localhost:8532 listening (TestProtocol::eliza)
server localhost:8533 listening (TestPreConnection::note)
server localhost:8534 listening (TestFilter::both_str_con_add)
server localhost:8535 listening (TestFilter::in_bbs_msg)
server localhost:8536 listening (TestFilter::in_str_msg)
server localhost:8537 listening (TestDirective::perlmodule)
server localhost:8538 listening (TestDirective::perlrequire)
server localhost:8539 listening (TestDirective::perlloadmodule3)
server localhost:8540 listening (TestDirective::perlloadmodule4)
server localhost:8541 listening (TestDirective::perlloadmodule5)
server localhost:8542 listening (TestDirective::perlloadmodule6)
Undefined subroutine &Apache::TestClient::GET called at /data/src/modperl-2.0/Apache-Test/lib/Apache/TestRequest.pm line 407.
*** Error code 2
Stop. make: stopped in /data/src/modperl-2.0
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]