[Catalyst-commits] r8436 - in Catalyst-Runtime/5.80/trunk: . lib/Catalyst/Engine

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sat Sep 20 02:37:46 BST 2008


Author: rafl
Date: 2008-09-20 02:37:45 +0100 (Sat, 20 Sep 2008)
New Revision: 8436

Modified:
   Catalyst-Runtime/5.80/trunk/Changes
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine/FastCGI.pm
Log:
Pod fix for Engine::FastCGI.

Courtesy of Oleg Kostyuk.

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2008-09-19 16:58:36 UTC (rev 8435)
+++ Catalyst-Runtime/5.80/trunk/Changes	2008-09-20 01:37:45 UTC (rev 8436)
@@ -9,6 +9,7 @@
         - Additional docs for uri_for to mention how to use $c->action and 
           $c->req->captures (jhannah)
         - List unattached chained actions in Debug mode (Florian Ragwitz).
+        - Pod formatting fix for Engine::FastCGI (Oleg Kostyuk).
 
 5.7XXXXXX XXXX
         - Fix some Win32 test failures

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine/FastCGI.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine/FastCGI.pm	2008-09-19 16:58:36 UTC (rev 8435)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Engine/FastCGI.pm	2008-09-20 01:37:45 UTC (rev 8436)
@@ -46,8 +46,10 @@
 
 =item leave_umask
 
-Set to 1 to disable setting umask to 0 for socket open =item nointr
+Set to 1 to disable setting umask to 0 for socket open
 
+=item nointr
+
 Do not allow the listener to be interrupted by Ctrl+C
 
 =item nproc




More information about the Catalyst-commits mailing list