X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=4fe18e78bead702b460a4624e3fc21e01c917613;hp=8359312ed83999e9d6cd40dff164c1004cbc5a4f;hb=e80e8542290e1c62b3c6dbee4265691d7ad634c3;hpb=1e514a515b9b9a740962392fb280cdb11737ff02 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 }