[Catalyst-commits] r9532 - Catalyst-Runtime/5.80/trunk/lib

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri Mar 20 14:18:49 GMT 2009


Author: t0m
Date: 2009-03-20 14:18:49 +0000 (Fri, 20 Mar 2009)
New Revision: 9532

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
Make the list actually come out as a list when you pod2html


Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-03-20 14:17:09 UTC (rev 9531)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-03-20 14:18:49 UTC (rev 9532)
@@ -848,11 +848,18 @@
 
 Returns 1 if debug mode is enabled, 0 otherwise.
 
-You can enable debug mode in several ways: 
-(1) with the environment variables MYAPP_DEBUG, or CATALYST_DEBUG
-(2) the -Debug option in your MyApp.pm 
-(3) by declaring "sub debug { 1 }" in your MyApp.pm. 
+You can enable debug mode in several ways:
 
+=over
+
+=item With the environment variables MYAPP_DEBUG, or CATALYST_DEBUG
+
+=item The -Debug option in your MyApp.pm
+
+=item By declaring "sub debug { 1 }" in your MyApp.pm.
+
+=back
+
 Calling $c->debug(1) has no effect.
 
 =cut




More information about the Catalyst-commits mailing list