[Bast-commits] r3975 - DBIx-Class/0.08/trunk/lib/DBIx/Class
tomboh at dev.catalyst.perl.org
tomboh at dev.catalyst.perl.org
Fri Jan 25 17:20:39 GMT 2008
Author: tomboh
Date: 2008-01-25 17:20:38 +0000 (Fri, 25 Jan 2008)
New Revision: 3975
Modified:
DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm
Log:
Fix a typo and a couple of links.
Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm 2008-01-25 07:43:58 UTC (rev 3974)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Row.pm 2008-01-25 17:20:38 UTC (rev 3975)
@@ -281,7 +281,7 @@
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<set_inflated_columns>, which might edit it in place, so dont rely on it being
the same after a call to C<update>. If you need to preserve the hashref, it is
sufficient to pass a shallow copy to C<update>, e.g. ( { %{ $href } } )
@@ -767,7 +767,7 @@
=head2 id
Returns the primary key(s) for a row. Can't be called as a class method.
-Actually implemented in L<DBIx::Class::Pk>
+Actually implemented in L<DBIx::Class::PK>
=head2 discard_changes
@@ -776,7 +776,7 @@
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<DBIx::Class::Pk>
+implemented in L<DBIx::Class::PK>
=cut
More information about the Bast-commits
mailing list