X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FDebugging.pod;h=b320b17109784f5a864b1d82e0f31a4a298bb2ff;hp=e885ec9c3b26e024e3134e39d942ab348a07829a;hb=8c4a5110106a0c4d2e416ec772cdd0bfefb4862c;hpb=cae937d8319d60d4bae9378f5263770dbd9b7d7b diff --git a/lib/Catalyst/Manual/Tutorial/Debugging.pod b/lib/Catalyst/Manual/Tutorial/Debugging.pod index e885ec9..b320b17 100644 --- a/lib/Catalyst/Manual/Tutorial/Debugging.pod +++ b/lib/Catalyst/Manual/Tutorial/Debugging.pod @@ -88,7 +88,7 @@ view use: [% Catalyst.log.debug("This is a test log message") %] You can also use L in both Catalyst code -(Clog-Edebug("$var is: ".Dumper($var));)>) +(Clog-Edebug("\$var is: ".Dumper($var));)>) and TT templates (C<[% Dumper.dump(book) %]>. =head1 RUNNING CATALYST UNDER THE PERL DEBUGGER