From: Peter Rabbitson Date: Fri, 8 May 2009 08:21:53 +0000 (+0000) Subject: Documentation patch by nniuq X-Git-Tag: v0.08103~112 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f928c965ae3ed586452a6f1ab2f1aff97721d8e8;hp=2007929b1d9c679e67f85a9ab37c804111e66311;p=dbsrgits%2FDBIx-Class.git Documentation patch by nniuq --- diff --git a/lib/DBIx/Class/Row.pm b/lib/DBIx/Class/Row.pm index 0746ad3..da7ab36 100644 --- a/lib/DBIx/Class/Row.pm +++ b/lib/DBIx/Class/Row.pm @@ -880,10 +880,10 @@ Inserts a new row into the database, as a copy of the original 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 then those objects may be copied -too depending on the L -relationship attribute. +Relationships will be followed by the copy procedure B if the +relationship specifes a true value for its +L attribute. C +is set by default on C relationships and unset on all others. =cut