Require these in author mode
[catagits/Catalyst-Runtime.git] / lib / Catalyst / PSGI.pod
index bde2c0a..771c14e 100644 (file)
@@ -36,7 +36,7 @@ The simplest C<.psgi> file for an application called C<TestApp> would be:
 
 It should be noted that Catalyst may apply a number of middleware components for
 you automatically, and these B<will not> be applied if you manually create
-a psgi file yourself. Details of these middlewares can be found XXXX FIXME
+a psgi file yourself. Details of these middlewares can be found below.
 
 Additional information about psgi files can be found at:
 L<http://search.cpan.org/dist/Plack/lib/Plack.pm#.psgi_files>
@@ -56,7 +56,7 @@ engine specific fixes for uniform behaviour, as contained in:
 
 =over
 
-=item L<Plack::Middleware::LighttpdScriptNameFix> - FIXME, we don't use that really.
+=item L<Plack::Middleware::LighttpdScriptNameFix>
 
 =item L<Plack::Middleware::IIS6ScriptNameFix>
 
@@ -70,6 +70,8 @@ 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.
+
 =head1 SEE ALSO
 
 L<Catalyst::Upgrading>, L<Plack>, L<PSGI::FAQ>, L<PSGI>.