[Catalyst-commits] r12743 - in Catalyst-Runtime/5.80/trunk: . lib

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Jan 27 20:12:47 GMT 2010


Author: t0m
Date: 2010-01-27 20:12:46 +0000 (Wed, 27 Jan 2010)
New Revision: 12743

Modified:
   Catalyst-Runtime/5.80/trunk/Changes
   Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
Clarrify debug documentation

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2010-01-27 12:39:24 UTC (rev 12742)
+++ Catalyst-Runtime/5.80/trunk/Changes	2010-01-27 20:12:46 UTC (rev 12743)
@@ -12,6 +12,7 @@
 
   Documentation:
    - Clarify that uri_for_action works on private paths, with example.
+   - Clarify documentation about debug
 
   Deprecations:
    - Saying use Catalyst::Test; (without an application name or () to stop

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2010-01-27 12:39:24 UTC (rev 12742)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2010-01-27 20:12:46 UTC (rev 12743)
@@ -243,6 +243,9 @@
 settings override the application, with <MYAPP>_DEBUG having the highest
 priority.
 
+This sets the log level to 'debug' and enables full debug output on the
+error screen. If you only want the latter, see L<< $c->debug >>.
+
 =head2 -Engine
 
 Forces Catalyst to use a specific engine. Omit the
@@ -931,6 +934,8 @@
 
 =back
 
+The first three also set the log level to 'debug'.
+
 Calling C<< $c->debug(1) >> has no effect.
 
 =cut




More information about the Catalyst-commits mailing list