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