From: Breno G. de Oliveira Date: Mon, 13 Jul 2009 04:34:37 +0000 (+0000) Subject: changed linebreak position to avoid arrow "->" be represented as "- >" X-Git-Tag: v5.8005~116 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=5a82cb361e4a283dede371331f437bfd05ccba14 changed linebreak position to avoid arrow "->" be represented as "- >" --- diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index fc47f90..ffd01be 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -1213,10 +1213,10 @@ C<$book-Ebook_author-Efirst-Eauthor-Elast_name> (we will see examples on how to use DBIx::Class objects in your code soon, but note that because C<$book-Ebook_author> can return multiple authors, we have to use C to display a single author). -C allows us to use the shorter C<$book-Eauthor- -Efirst-Elast_name>. Note that you cannot define a -C relationship without also having the C -relationship in place. +C allows us to use the shorter +C<$book-Eauthor-Efirst-Elast_name>. Note that you cannot +define a C relationship without also having the +C relationship in place. Then edit C and add relationship information as follows (again, be careful to put in above the C<1;> but