[Bast-commits] r3601 - trunk/DBIx-Class/lib/DBIx/Class

captainL at dev.catalyst.perl.org captainL at dev.catalyst.perl.org
Tue Jul 24 17:00:38 GMT 2007


Author: captainL
Date: 2007-07-24 17:00:37 +0100 (Tue, 24 Jul 2007)
New Revision: 3601

Modified:
   trunk/DBIx-Class/lib/DBIx/Class/ResultSource.pm
Log:
fixed minor docs error

Modified: trunk/DBIx-Class/lib/DBIx/Class/ResultSource.pm
===================================================================
--- trunk/DBIx-Class/lib/DBIx/Class/ResultSource.pm	2007-07-24 06:03:15 UTC (rev 3600)
+++ trunk/DBIx-Class/lib/DBIx/Class/ResultSource.pm	2007-07-24 16:00:37 UTC (rev 3601)
@@ -139,10 +139,10 @@
 will attempt to retrieve the name of the sequence from the database
 automatically.
 
-=item extras
+=item extra
 
 This is used by L<DBIx::Class::Schema/deploy> and L<SQL::Translator>
-to add extra non-generic data to the column. For example: C<< extras
+to add extra non-generic data to the column. For example: C<< extra
 => { unsigned => 1} >> is used by the MySQL producer to set an integer
 column to unsigned. For more details, see
 L<SQL::Translator::Producer::MySQL>.




More information about the Bast-commits mailing list