From: Tom Hukins Date: Fri, 7 Sep 2007 16:54:00 +0000 (+0000) Subject: Small POD fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f818a77d1885170d2a07dcf5167f167f7f4d265;p=dbsrgits%2FDBIx-Class-Historic.git Small POD fix --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index b5c36e4..713bf14 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -2209,11 +2209,10 @@ Indicates additional column names for those added via L<+select>. =back -Indicates column names for object inflation. That is, c< as > +Indicates column names for object inflation. That is, C indicates the name that the column can be accessed as via the C method (or via the object accessor, B). It has nothing to do with the SQL code C< SELECT foo AS bar ->. +exists>). It has nothing to do with the SQL code C, usually when C