[Catalyst-commits] r10878 -
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial
garu at dev.catalyst.perl.org
garu at dev.catalyst.perl.org
Mon Jul 13 04:34:38 GMT 2009
Author: garu
Date: 2009-07-13 04:34:37 +0000 (Mon, 13 Jul 2009)
New Revision: 10878
Modified:
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
Log:
changed linebreak position to avoid arrow "->" be represented as "- >"
Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod 2009-07-13 04:25:10 UTC (rev 10877)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod 2009-07-13 04:34:37 UTC (rev 10878)
@@ -1213,10 +1213,10 @@
will see examples on how to use DBIx::Class objects in your code soon,
but note that because C<$book-E<gt>book_author> can return multiple
authors, we have to use C<first> to display a single author).
-C<many_to_many> allows us to use the shorter C<$book-E<gt>author-
-E<gt>first-E<gt>last_name>. Note that you cannot define a
-C<many_to_many> relationship without also having the C<has_many>
-relationship in place.
+C<many_to_many> allows us to use the shorter
+C<$book-E<gt>author-E<gt>first-E<gt>last_name>. Note that you cannot
+define a C<many_to_many> relationship without also having the
+C<has_many> relationship in place.
Then edit C<lib/MyApp/Schema/Result/Author.pm> and add relationship
information as follows (again, be careful to put in above the C<1;> but
More information about the Catalyst-commits
mailing list