X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=ffd01befef9115434c983c41cbb0a81a1c89f11c;hp=fc47f905336393b69c47f5d70bc88bb73fa1051d;hb=5a82cb361e4a283dede371331f437bfd05ccba14;hpb=d7db91560b47fd204b151daf7cfe5f52c3b089f6 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