add a link to SQL::Abstract for WHERE clauses
Caleb Cushing [Thu, 2 Feb 2012 20:50:43 +0000 (14:50 -0600)]
Signed-off-by: Caleb Cushing <xenoterracide@gmail.com>

lib/DBIx/Class/ResultSet.pm

index 6cd23b1..551427d 100644 (file)
@@ -4162,6 +4162,8 @@ Adds to the WHERE clause.
 Can be overridden by passing C<< { where => undef } >> as an attribute
 to a resultset.
 
+For more complicated where clauses see L<SQL::Abstract/WHERE CLAUSES>.
+
 =back
 
 =head2 cache