[Bast-commits] r3725 - DBIx-Class/0.08/trunk/lib/DBIx/Class

tomboh at dev.catalyst.perl.org tomboh at dev.catalyst.perl.org
Fri Sep 7 17:54:02 GMT 2007


Author: tomboh
Date: 2007-09-07 17:54:00 +0100 (Fri, 07 Sep 2007)
New Revision: 3725

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm
Log:
Small POD fix


Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm	2007-09-06 21:35:49 UTC (rev 3724)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm	2007-09-07 16:54:00 UTC (rev 3725)
@@ -2209,11 +2209,10 @@
 
 =back
 
-Indicates column names for object inflation. That is, c< as >
+Indicates column names for object inflation. That is, C<as>
 indicates the name that the column can be accessed as via the
 C<get_column> method (or via the object accessor, B<if one already
-exists>).  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<SELECT foo AS bar>.
 
 The C<as> attribute is used in conjunction with C<select>,
 usually when C<select> contains one or more function or stored




More information about the Bast-commits mailing list