From: Tomas Doran Date: Sun, 24 Jul 2011 23:15:12 +0000 (+0100) Subject: Note apply_default_middlewares method method X-Git-Tag: 5.89003~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d81c3c197434927a3efbe6c7744cc5e9e21de416 Note apply_default_middlewares method method --- diff --git a/lib/Catalyst/PSGI.pod b/lib/Catalyst/PSGI.pod index 771c14e..2b77db3 100644 --- a/lib/Catalyst/PSGI.pod +++ b/lib/Catalyst/PSGI.pod @@ -70,7 +70,9 @@ application returned when you call C<< MyApp->psgi_app >>, and if you need any of this functionality, you'll need to implement this in your C<< .psgi >> file yourself. -XXX FIXME - Add details about how to get 'standard' wrapping done if you want it. +An apply_default_middlewares method is supplied to wrap your application +in the default middlewares if you want this behaviour and you are providing +your own .psgi file. =head1 SEE ALSO