blob: 25388f4c252814330b078c07636cc750eed62613 [file] [log] [blame]
package TestModperl::methodname;
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use Apache::TestUtil;
use Apache2::Const -compile => 'OK';
use TestModperl::method ();
#no : method attribute required when -> config syntax is used
sub response {
TestModperl::method::handler(@_);
}
1;
__END__
PerlResponseHandler TestModperl::methodname->response