[Bast-commits] r3185 - trunk/DBIx-Class/lib/DBIx/Class

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Mon Apr 9 21:41:35 GMT 2007


Author: matthewt
Date: 2007-04-09 21:41:34 +0100 (Mon, 09 Apr 2007)
New Revision: 3185

Modified:
   trunk/DBIx-Class/lib/DBIx/Class/ResultSet.pm
Log:
add SQL::Abstract to search docs (patch from zamolxes)

Modified: trunk/DBIx-Class/lib/DBIx/Class/ResultSet.pm
===================================================================
--- trunk/DBIx-Class/lib/DBIx/Class/ResultSet.pm	2007-04-09 17:20:39 UTC (rev 3184)
+++ trunk/DBIx-Class/lib/DBIx/Class/ResultSet.pm	2007-04-09 20:41:34 UTC (rev 3185)
@@ -134,7 +134,10 @@
     columns => [qw/name artistid/],
   });
 
-For a list of attributes that can be passed to C<search>, see L</ATTRIBUTES>. For more examples of using this function, see L<Searching|DBIx::Class::Manual::Cookbook/Searching>.
+For a list of attributes that can be passed to C<search>, see
+L</ATTRIBUTES>. For more examples of using this function, see
+L<Searching|DBIx::Class::Manual::Cookbook/Searching>. For a complete
+documentation for the first argument, see L<SQL::Abstract>.
 
 =cut
 




More information about the Bast-commits mailing list