From: Caleb Cushing Date: Thu, 2 Feb 2012 20:50:43 +0000 (-0600) Subject: add a link to SQL::Abstract for WHERE clauses X-Git-Tag: v0.08197~119 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=47e59a1dfdeffdfc185ee3a67da752cb666d7f24 add a link to SQL::Abstract for WHERE clauses Signed-off-by: Caleb Cushing --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 6cd23b1..551427d 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -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. + =back =head2 cache