X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSource.pm;h=ae637e0ede50268a26b1c564561acace92a46150;hb=5d22bb74b308ad7ca28cedd1ffcfd92c106b1e68;hp=2874611cd3f2d229b8be4d289de4b7712442d23a;hpb=f9080e4502d65c87e9c2486ca6a76b166cf1ca8f;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index 2874611..ae637e0 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -1403,7 +1403,7 @@ Looks through all the relationships on the source this relationship points to, looking for one whose condition is the reverse of the condition on this relationship. -A common use of this is to find the name of the C relation +A common use of this is to find the name of the C relation opposing a C relation. For definition of these look in L.