Trivial doc fix
Tomas Doran [Sun, 11 Dec 2011 14:01:44 +0000 (14:01 +0000)]
lib/Catalyst/Engine.pm

index 2a5f5f7..0f53b17 100644 (file)
@@ -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