X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPSGI.pod;h=2b77db39492c1ce0d254882c099d9e8abdb541ba;hb=d81c3c197434927a3efbe6c7744cc5e9e21de416;hp=ac48d776ebcf31a1e764f11a3f83cbcbfb722063;hpb=0aafa77a0d7f5ab78c2a56ad589ede07885afe51;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/PSGI.pod b/lib/Catalyst/PSGI.pod index ac48d77..2b77db3 100644 --- a/lib/Catalyst/PSGI.pod +++ b/lib/Catalyst/PSGI.pod @@ -70,6 +70,10 @@ 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. +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 L, L, L, L.