From: Dagfinn Ilmari Mannsåker Date: Mon, 23 Jan 2017 11:58:18 +0000 (+0000) Subject: Fix typo in search_literal POD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2fdeeaefc0bc134a8d1f8210c0d1493dd37a67ea;p=dbsrgits%2FDBIx-Class.git Fix typo in search_literal POD --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 030f292..e36aa62 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -669,7 +669,7 @@ sub _stack_cond { B: C is provided for Class::DBI compatibility and should only be used in that context. C is a convenience -method. It is equivalent to calling C<< $schema->search(\[]) >>, but if you +method. It is equivalent to calling C<< $rs->search(\[]) >>, but if you want to ensure columns are bound correctly, use L. See L and