From: Karen Etheridge Date: Wed, 2 Oct 2013 21:38:49 +0000 (-0700) Subject: fix pod formatting of this code snippet X-Git-Tag: v0.08260~132 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=92f97a89639fcdd338de22a4fefa26c228f9eabf;hp=d401ab6b38bd6666b80376bbd91685870529199b;p=dbsrgits%2FDBIx-Class.git fix pod formatting of this code snippet --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 26281c5..f7dedfb 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -141,8 +141,8 @@ another. =head3 Resolving conditions and attributes -When a resultset is chained from another resultset (ie: -Csearch(\%extra_cond, \%attrs)>), conditions +When a resultset is chained from another resultset (e.g.: +C<< my $new_rs = $old_rs->search(\%extra_cond, \%attrs) >>), conditions and attributes with the same keys need resolving. If any of L, L, L are present, they reset the