From: Matt S Trout Date: Mon, 9 Apr 2007 20:41:34 +0000 (+0000) Subject: add SQL::Abstract to search docs (patch from zamolxes) X-Git-Tag: v0.08010~169 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b2c0a49c9d618cab9164b43aac2609532547ef66;p=dbsrgits%2FDBIx-Class.git add SQL::Abstract to search docs (patch from zamolxes) --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 6c1066c..0f8bb17 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -134,7 +134,10 @@ call it as C. columns => [qw/name artistid/], }); -For a list of attributes that can be passed to C, see L. For more examples of using this function, see L. +For a list of attributes that can be passed to C, see +L. For more examples of using this function, see +L. For a complete +documentation for the first argument, see L. =cut