[Bast-commits] r9070 - DBIx-Class/0.08/trunk/lib/DBIx/Class
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Mon Mar 29 08:12:44 GMT 2010
Author: ribasushi
Date: 2010-03-29 09:12:44 +0100 (Mon, 29 Mar 2010)
New Revision: 9070
Modified:
DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm
Log:
pod error
Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm 2010-03-27 18:10:26 UTC (rev 9069)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm 2010-03-29 08:12:44 UTC (rev 9070)
@@ -484,7 +484,7 @@
L<significance of primary keys|DBIx::Class::Manual::Intro/The Significance and Importance of Primary Keys>
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<set_inflated_columns>, which might edit it in place, so
don't rely on it being the same after a call to C<update>. If you
More information about the Bast-commits
mailing list