From: Tomas Doran Date: Sun, 11 Dec 2011 14:01:44 +0000 (+0000) Subject: Trivial doc fix X-Git-Tag: 5.90008~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e3f6b891eadf91320fff9caf204ead09e54b51b0;hp=00341d8110ed6405a08e717cc38d5931b414e2a0 Trivial doc fix --- diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index 2a5f5f7..0f53b17 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -839,8 +839,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