Skip Menu |

This queue is for tickets about the FCGI-Daemon CPAN distribution.

Report information
The Basics
Id: 84697
Status: resolved
Worked: 11 min
Priority: 0/
Queue: FCGI-Daemon

People
Owner: ONLYJOB [...] cpan.org
Requestors: MSTEVENS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.20111121
Fixed in: 0.20151226



Subject: Make list in the docs actually render as a list in POD
see diff
Subject: fcgi-list-docs.patch
diff -urN FCGI-Daemon-0.20111121.orig/lib/FCGI/Daemon.pm FCGI-Daemon-0.20111121/lib/FCGI/Daemon.pm --- FCGI-Daemon-0.20111121.orig/lib/FCGI/Daemon.pm 2011-11-26 11:31:34.000000000 +0000 +++ FCGI-Daemon-0.20111121/lib/FCGI/Daemon.pm 2013-04-17 13:05:15.000000000 +0100 @@ -297,11 +297,19 @@ =head1 FEATURES -* drop privileges when run as root -* setrlimit for RLIMIT_AS and RLIMIT_CPU -* detection of script executable in path (PATH_INFO) -* DOing .pl - run CGI scripts in Perl with persistent interpreter (like mod_perl). -* detection of memory leaks +=over 4 + +=item * drop privileges when run as root + +=item * setrlimit for RLIMIT_AS and RLIMIT_CPU + +=item * detection of script executable in path (PATH_INFO) + +=item * DOing .pl - run CGI scripts in Perl with persistent interpreter (like mod_perl). + +=item * detection of memory leaks + +=back =cut
Patch applied in 0.20151226. Thanks, Michael Stevens.