X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=f1e82f08413a2d5987b7fbdc64a06bd0f79cd2bd;hp=eb6092cee9a284cb7778e48173912185503601f0;hb=462f687dffd66c46f8ff4c908fa93051a866de00;hpb=bd8f28e099f4c3d43b4b5d18bc27b04fbaaa0bb5 diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index eb6092c..f1e82f0 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -236,9 +236,9 @@ Don't let these variations confuse you -- they all accomplish the same result. This tells Catalyst to start using one additional plugin, -L, to add a stack trace to the standard -Catalyst "debug screen" (the screen Catalyst sends to your browser when -an error occurs). Be aware that +L, to add a stack trace near the top of +the standard Catalyst "debug screen" (the screen Catalyst sends to your +browser when an error occurs). Be aware that L output appears in your browser, not in the console window from which you're running your application, which is where logging output usually goes.