X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=48126e7b6d27b86cb1e1de73b07b7fd59cb81e5b;hp=fac70cd89a1a3c6f3a019ab966776301d9821c53;hb=d42e2887f057321d1e65aaffb7ee822d9c1525f3;hpb=0a1a7923b9862a4817a6571ba16cdbaf487a23d0 diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index fac70cd..48126e7 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -535,7 +535,7 @@ sub prepare_read { =head2 $self->prepare_request(@arguments) -Populate the context object from the request object. +Sets up the PSGI environment in the Engine. =cut @@ -670,8 +670,7 @@ sub run { =head2 build_psgi_app ($app, @args) -Builds and returns a PSGI application closure, wrapping it in the reverse proxy -middleware if the using_frontend_proxy config setting is set. +Builds and returns a PSGI application closure. (Raw, not wrapped in middleware) =cut