From: Kieren Diment Date: Sun, 12 Feb 2012 03:09:13 +0000 (+1100) Subject: Mention PSGI in Manual::Intro RT# 74872 (Thanks to William Blunn). X-Git-Tag: 5.9003~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=eb09ba22dd5b709c36b4555c07973ecac504fecc Mention PSGI in Manual::Intro RT# 74872 (Thanks to William Blunn). --- diff --git a/Changes b/Changes index 319178e..2ae2aa9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Catalyst-Manual + - Mention PSGI in Manual::Ingro RT 74872 (thanks William Blunn). - Better docs of :Global inspired by RT 74869 (thanks William Blunn) - Highlight the importance of uncommenting the template line in the list action diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index e9ba5b1..407bd6c 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -124,6 +124,12 @@ if you end up using it). =back +=item * PSGI Support + +Starting with Catalyst version 5.9 Catalyst ships with L integration +for even more powerful and flexible testing and deployment options. See +L for details. + =head3 Simplicity The best part is that Catalyst implements all this flexibility in a very