From: Tomas Doran Date: Mon, 15 Aug 2011 08:19:51 +0000 (+0100) Subject: Some small accuracy fixes X-Git-Tag: 5.9000~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=738623100c0213fab4e17c31477b17b54f35f46f Some small accuracy fixes --- diff --git a/lib/Catalyst/PSGI.pod b/lib/Catalyst/PSGI.pod index b12b76b..fdf1004 100644 --- a/lib/Catalyst/PSGI.pod +++ b/lib/Catalyst/PSGI.pod @@ -9,9 +9,8 @@ Catalyst::PSGI - How Catalyst and PSGI work together The L specification defines an interface between web servers and Perl-based web applications and frameworks. It supports the writing of portable applications that can be run using various methods (as a -standalone server, or using mod_perl, FastCGI, etc.). L is a set -of middleware tools for running Perl applications compatible with the -PSGI specification. +standalone server, or using mod_perl, FastCGI, etc.). L is an +implementation of the PSGI specification for running Perl applications. Catalyst used to contain an entire set of C<< Catalyst::Engine::XXXX >> classes to handle various web servers and environments (e.g. CGI, @@ -64,8 +63,8 @@ L =head2 What is in the .psgi file Catalyst generates by default? -Catalyst generates an application which, if the C<< using_frontend_proxy ->> setting is on, is wrapped in L, and +Catalyst generates an application which, if the C +setting is on, is wrapped in L, and contains some engine-specific fixes for uniform behaviour, as contained in: