From: Ben Hutton Date: Thu, 7 Aug 2014 10:17:42 +0000 (+0100) Subject: Update ResultSet.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fghpr%2Fapplied%2Fas_556e90d7;p=dbsrgits%2FDBIx-Class-Historic.git Update ResultSet.pm Updated suggested doc change using @ribasushi s suggestion --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index e0bf58f..c16ee84 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -4360,11 +4360,12 @@ For a more in-depth discussion, see L. =back -While the L attribute will join a table without including the tables -columns in the select, prefetch will add the columns to the select spec at -the same time. This attribute is a shorthand for specifying a L spec, -adding all columns from the joined related sources as L and setting -L to a true value. For example, the following two queries are +This attribute is a shorthand for specifying a L spec, adding all +columns from the joined related sources as L and setting +L to a true value. It can be thought of as a rough B +of the L attribute. + +For example, the following two queries are equivalent: my $rs = $schema->resultset('Artist')->search({}, {