From: Florian Ragwitz Date: Sat, 20 Sep 2008 01:37:45 +0000 (+0000) Subject: Pod fix for Engine::FastCGI. X-Git-Tag: 5.8000_03~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=88eee38e25dd1a991008fb5f61b848fcecb97ad0 Pod fix for Engine::FastCGI. Courtesy of Oleg Kostyuk. --- diff --git a/Changes b/Changes index d67a556..89b6ad6 100644 --- 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 diff --git a/lib/Catalyst/Engine/FastCGI.pm b/lib/Catalyst/Engine/FastCGI.pm index b55a633..c6a9068 100644 --- a/lib/Catalyst/Engine/FastCGI.pm +++ b/lib/Catalyst/Engine/FastCGI.pm @@ -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