Note apply_default_middlewares method method
[catagits/Catalyst-Runtime.git] / lib / Catalyst / PSGI.pod
index ac48d77..2b77db3 100644 (file)
@@ -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<Catalyst::Upgrading>, L<Plack>, L<PSGI::FAQ>, L<PSGI>.