The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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