From: Tom Hukins Date: Fri, 25 Jan 2008 17:20:38 +0000 (+0000) Subject: Fix a typo and a couple of links. X-Git-Tag: v0.08010~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f7043881b3203f3e1ee5d0c10c8f73e854b016bb;p=dbsrgits%2FDBIx-Class.git Fix a typo and a couple of links. --- diff --git a/lib/DBIx/Class/Row.pm b/lib/DBIx/Class/Row.pm index 7ee9ca8..1fb852c 100644 --- a/lib/DBIx/Class/Row.pm +++ b/lib/DBIx/Class/Row.pm @@ -281,7 +281,7 @@ UPDATE query to commit any changes to the object to the database if required. Also takes an options hashref of C<< column_name => value> pairs >> to update -first. But be awawre that the hashref will be passed to +first. But be aware that the hashref will be passed to C, which might edit it in place, so dont rely on it being the same after a call to C. If you need to preserve the hashref, it is sufficient to pass a shallow copy to C, e.g. ( { %{ $href } } ) @@ -767,7 +767,7 @@ sub throw_exception { =head2 id Returns the primary key(s) for a row. Can't be called as a class method. -Actually implemented in L +Actually implemented in L =head2 discard_changes @@ -776,7 +776,7 @@ been made. This method can also be used to refresh from storage, retrieving any changes made since the row was last read from storage. Actually -implemented in L +implemented in L =cut