Pod fix for Engine::FastCGI.
Florian Ragwitz [Sat, 20 Sep 2008 01:37:45 +0000 (01:37 +0000)]
Courtesy of Oleg Kostyuk.

Changes
lib/Catalyst/Engine/FastCGI.pm

diff --git a/Changes b/Changes
index d67a556..89b6ad6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
index b55a633..c6a9068 100644 (file)
@@ -46,7 +46,9 @@ Options may also be specified;
 
 =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