projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
076a686
)
fix stupid error in set_columns pod
David Kamholz [Sat, 15 Oct 2005 06:30:52 +0000 (06:30 +0000)]
lib/DBIx/Class/Row.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Row.pm
b/lib/DBIx/Class/Row.pm
index
38f6a82
..
cb4203f
100644
(file)
--- a/
lib/DBIx/Class/Row.pm
+++ b/
lib/DBIx/Class/Row.pm
@@
-209,7
+209,7
@@
sub set_column {
=item set_columns
- my $copy = $orig->copy({ $col => $val, ... });
+ my $copy = $orig->set_columns({ $col => $val, ... });
Set more than one column value at once.