Sign in
apache
/
mod_perl
/
2_0_4
/
.
/
t
/
response
/
TestModperl
/
methodobj.pm
blob: 0e9d9c479880695ef3db2fcbfe2687b64dc264a8 [
file
] [
log
] [
blame
]
package
TestModperl
::
methodobj
;
use
strict
;
use
warnings FATAL
=>
'all'
;
use
Apache2
::
Const
-
compile
=>
'OK'
;
use
TestModperl
::
method
();
our
@ISA
=
qw
(
TestModperl
::
method
);
1
;
__END__
PerlResponseHandler
$TestModperl
::
MethodObj
->
handler