X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine%2FApache%2FMP13.pm;h=9f7512e65d8c7e33467120e3a3ab22ad0ca483e7;hp=5dd759a1269605df3fb8698afb92aeed216da83a;hb=06e1b6164a2c9d7b463f358b0d1934ef83a82845;hpb=b160463fabb0b2c1d0914427e2265ee8152efb46 diff --git a/lib/Catalyst/Engine/Apache/MP13.pm b/lib/Catalyst/Engine/Apache/MP13.pm index 5dd759a..9f7512e 100644 --- a/lib/Catalyst/Engine/Apache/MP13.pm +++ b/lib/Catalyst/Engine/Apache/MP13.pm @@ -20,7 +20,7 @@ See L. =head1 DESCRIPTION -This is the Catalyst engine specialized for Apache mod_perl version 1. +This is the Catalyst engine specialized for Apache mod_perl version 1.3x. =head1 OVERLOADED METHODS @@ -86,6 +86,15 @@ sub prepare_uploads { $c->req->_assign_values( $c->req->uploads, \@uploads ); } +=item $c->prepare_request($r) + +=cut + +sub prepare_request { + my ( $c, $r ) = @_; + $c->apache( Apache::Request->new($r) ); +} + =back =head1 SEE ALSO