From: Dominic Humphries Date: Sun, 5 Feb 2012 19:51:31 +0000 (+0000) Subject: Hilight the importance of uncommenting the template line in the list action X-Git-Tag: 5.9003~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=d28e06d1f90df14c5c577a658168ca6d6130dbb6 Hilight the importance of uncommenting the template line in the list action --- diff --git a/Changes b/Changes index 8a10df5..ced88c8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Catalyst-Manual + - Hilight the importance of uncommenting the template line in the list action + 5.9003 - Clarified Data::Dumper usage. RT#71410 Thanks to Bill Corr - Mention Chef deployment in Manual::Deployment (thanks to Alexey Melezhik) diff --git a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod index 5cf0952..f84c3d7 100644 --- a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod @@ -789,6 +789,9 @@ cascading delete operation via the DBIC_TRACE output: SELECT me.id, me.title, me.rating FROM book me WHERE ( ( me.id = ? ) ): '6' DELETE FROM book WHERE ( id = ? ): '6' +If you get the error C then you +probably forgot to uncomment the template line in C at the end of +chapter 3. =head2 Fixing a Dangerous URL