From: Matt S Trout Date: Sun, 28 May 2006 16:57:30 +0000 (+0000) Subject: minor docfix X-Git-Tag: 5.7099_04~562 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e80e8542290e1c62b3c6dbee4265691d7ad634c3 minor docfix --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 8359312..4fe18e7 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -649,6 +649,9 @@ L man page. Overload to enable debug messages (same as -Debug option). +Note that this is a static method, not an accessor and should be overloaded +by declaring "sub debug { 1 }" in your MyApp.pm, not by calling $c->debug(1). + =cut sub debug { 0 }