X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F07_Debugging.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2F07_Debugging.pod;h=44e0f9af8731052d5403fc6a05d9db83b426e052;hp=e440945b44e463c70b5b09fca8d1bbad28c06998;hb=2217b252905d370f4f7840cf78996d43c79e5d4f;hpb=b9e431e31e8cbd4efc46e4270098567faf7e4f29 diff --git a/lib/Catalyst/Manual/Tutorial/07_Debugging.pod b/lib/Catalyst/Manual/Tutorial/07_Debugging.pod index e440945..44e0f9a 100644 --- a/lib/Catalyst/Manual/Tutorial/07_Debugging.pod +++ b/lib/Catalyst/Manual/Tutorial/07_Debugging.pod @@ -80,7 +80,7 @@ Catalyst is able to easily accommodate both styles of debugging. =head1 LOG STATEMENTS Folks in the former group can use Catalyst's C<$c-Elog> facility. -(See L for more detail.) For example, if +(See L for more detail.) For example, if you add the following code to a controller action method: $c->log->info("Starting the foreach loop here"); @@ -103,7 +103,7 @@ severity/importance): $c->log->error $c->log->fatal -You can also use L in both Catalyst code +You can also use L in both Catalyst code (Clog-Edebug("\$var is: ".Dumper($var));)>) and TT templates (C<[% Dumper.dump(book) %]>. @@ -293,7 +293,7 @@ need to install the C package to use the C command. Use C to do that. For example, you could make a copy of -L +L with the following command: mkdir -p lib/Catalyst/Plugin; cp \ @@ -357,7 +357,7 @@ declaration in C: There are a variety of options you can use, such as 'undef', 'all', 'service', 'context', 'parser' and 'provider'. See -L for more information +L for more information (remove the C portion of the name shown in the TT docs and convert to lower case for use inside Catalyst).