[Catalyst-commits] r6976 - trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Tue Oct 9 21:11:29 GMT 2007


Author: bricas
Date: 2007-10-09 21:11:29 +0100 (Tue, 09 Oct 2007)
New Revision: 6976

Modified:
   trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/Debugging.pod
Log:
variable escaping issue [rindolf]

Modified: trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/Debugging.pod
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/Debugging.pod	2007-10-09 20:09:33 UTC (rev 6975)
+++ trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/Debugging.pod	2007-10-09 20:11:29 UTC (rev 6976)
@@ -88,7 +88,7 @@
     [% Catalyst.log.debug("This is a test log message") %]
 
 You can also use L<Data::Dumper|Data::Dumper> in both Catalyst code 
-(C<use Data::Dumper; $c-E<gt>log-E<gt>debug("$var is: ".Dumper($var));)>) 
+(C<use Data::Dumper; $c-E<gt>log-E<gt>debug("\$var is: ".Dumper($var));)>) 
 and TT templates (C<[% Dumper.dump(book) %]>.
 
 =head1 RUNNING CATALYST UNDER THE PERL DEBUGGER




More information about the Catalyst-commits mailing list