From: Tomas Doran Date: Sun, 24 Jul 2011 21:29:34 +0000 (+0100) Subject: Fixes in the docs X-Git-Tag: 5.89003~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=3f22de0b6599bd10c0c50c0a33c3b359ffc1ea8d Fixes in the docs --- diff --git a/lib/Catalyst/PSGI.pod b/lib/Catalyst/PSGI.pod index ac48d77..771c14e 100644 --- a/lib/Catalyst/PSGI.pod +++ b/lib/Catalyst/PSGI.pod @@ -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, L, L, L. diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index 8bc3e52..07a1a67 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -171,17 +171,9 @@ highly welcomed: XXX FIXME -=head2 Using middleware +=head2 Plack functionality -XXX FIXME Should this be here or elsewhere? - -=head2 Making an app.psgi file - -FIXME - -=head2 Running with plackup? - -FIXME +See L. =head2 Tests in 5.89