projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0009fa4
)
Re-fixed HasOne (how tf did we lose that ...)
Matt S Trout [Fri, 27 Jan 2006 02:51:47 +0000 (
02:51
+0000)]
lib/DBIx/Class/Relationship/HasOne.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Relationship/HasOne.pm
b/lib/DBIx/Class/Relationship/HasOne.pm
index
432c10e
..
bca5e5b
100644
(file)
--- a/
lib/DBIx/Class/Relationship/HasOne.pm
+++ b/
lib/DBIx/Class/Relationship/HasOne.pm
@@
-8,7
+8,7
@@
sub might_have {
}
sub has_one {
- shift->_has_one(undef => @_);
+ shift->_has_one(undef() => @_);
}
sub _has_one {