From: Brian Cassidy Date: Tue, 9 Oct 2007 20:11:29 +0000 (+0000) Subject: variable escaping issue [rindolf] X-Git-Tag: v5.8005~326 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=8c4a5110106a0c4d2e416ec772cdd0bfefb4862c variable escaping issue [rindolf] --- 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