加藤 和良 > Test-Apache2-0.04 > Test::Apache2::RequestRec

Download:
Test-Apache2-0.04.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Test-Apache2-0.05

NAME ^

Test::Apache2::RequestRec - Fake Apache2::RequestRec

DESCRIPTION ^

Apache2::RequestRec don't allow you to create an instance manually, because the instance created automatically by mod_perl.

So this class provides same interface as Apache2::RequestRec except a public constructor and some setters.

SEE ALSO ^

Apache2::RequestRec