[Bast-commits] r6174 - DBIx-Class/0.08/trunk/lib/DBIx/Class

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Fri May 8 08:21:53 GMT 2009


Author: ribasushi
Date: 2009-05-08 08:21:53 +0000 (Fri, 08 May 2009)
New Revision: 6174

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm
Log:
Documentation patch by nniuq

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm	2009-05-08 08:13:30 UTC (rev 6173)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm	2009-05-08 08:21:53 UTC (rev 6174)
@@ -880,10 +880,10 @@
 object. If a hashref of replacement data is supplied, these will take
 precedence over data in the original.
 
-If the row has related objects in a
-L<DBIx::Class::Relationship/has_many> then those objects may be copied
-too depending on the L<cascade_copy|DBIx::Class::Relationship>
-relationship attribute.
+Relationships will be followed by the copy procedure B<only> if the
+relationship specifes a true value for its
+L<cascade_copy|DBIx::Class::Relationship::Base> attribute. C<cascade_copy>
+is set by default on C<has_many> relationships and unset on all others.
 
 =cut
 




More information about the Bast-commits mailing list