From: Brendan Byrd Date: Thu, 14 Mar 2013 22:29:32 +0000 (-0400) Subject: Break up coderef section in Relationship::Base X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ba1b6a06405ede99a20937951f3bfebe29ccacb;p=dbsrgits%2FDBIx-Class.git Break up coderef section in Relationship::Base --- diff --git a/lib/DBIx/Class/Relationship/Base.pm b/lib/DBIx/Class/Relationship/Base.pm index 41c7a8a..d1f507e 100644 --- a/lib/DBIx/Class/Relationship/Base.pm +++ b/lib/DBIx/Class/Relationship/Base.pm @@ -125,6 +125,8 @@ This describes the relationship from C to C, where C is a many-to-many linking table, linking items back to themselves in a peer fashion (without a "parent-child" designation) +=head4 Custom join conditions (via coderefs) + To specify joins which describe more than a simple equality of column values, the custom join condition coderef syntax can be used. For example: