From: Nigel Metheringham Date: Mon, 23 Feb 2009 21:53:19 +0000 (+0000) Subject: Revived include_columns documentation section (now deprecated) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f16cc9c19ddbd2bff47e055a138639a60d075dc;p=dbsrgits%2FDBIx-Class-Historic.git Revived include_columns documentation section (now deprecated) --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 54692b0..233597e 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -2611,6 +2611,16 @@ passed to object inflation. Note that the 'artist' is the name of the column (or relationship) accessor, and 'name' is the name of the column accessor in the related table. +=head2 include_columns + +=over 4 + +=item Value: \@columns + +=back + +Deprecated. Acts as a synonym for L for backward compatibility. + =head2 select =over 4