From: Peter Rabbitson Date: Mon, 29 Mar 2010 08:12:44 +0000 (+0000) Subject: pod error X-Git-Tag: v0.08121~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0d0fcdbfb1b329b333fce3caa572d9567157d6a5;hp=b22700c4e5164fcbeea2cc14608221981f17db38;p=dbsrgits%2FDBIx-Class.git pod error --- diff --git a/lib/DBIx/Class/Row.pm b/lib/DBIx/Class/Row.pm index 1174519..787df86 100644 --- a/lib/DBIx/Class/Row.pm +++ b/lib/DBIx/Class/Row.pm @@ -484,7 +484,7 @@ the database row can not be constructed (see L for more details). -Also takes an optional hashref of C<< column_name => value> >> pairs +Also takes an optional hashref of C<< column_name => value >> pairs to update on the object first. Be aware that the hashref will be passed to C, which might edit it in place, so don't rely on it being the same after a call to C. If you