projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bd077b4
)
Fix broken pod test (missing newline!)
Jess Robinson [Sat, 31 May 2008 20:14:05 +0000 (20:14 +0000)]
lib/DBIx/Class/Relationship.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Relationship.pm
b/lib/DBIx/Class/Relationship.pm
index
cb1fa54
..
d159cc4
100644
(file)
--- a/
lib/DBIx/Class/Relationship.pm
+++ b/
lib/DBIx/Class/Relationship.pm
@@
-269,6
+269,7
@@
OR condition.
My::Schema::Item->has_many('rels', 'My::Schema::Relationships',
[ { 'foreign.LItemID' => 'self.ID' },
{ 'foreign.RItemID' => 'self.ID'} ]);
+
=back
# in an Author class (where Author has_many Books)