From: Luke Saunders Date: Tue, 24 Jul 2007 16:00:37 +0000 (+0000) Subject: fixed minor docs error X-Git-Tag: v0.08010~112 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=190615a740f6d8a07e29b98903c436f3a15be1fd;p=dbsrgits%2FDBIx-Class.git fixed minor docs error --- diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index 1dd71fe..64c8e95 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -139,10 +139,10 @@ generate a new key value. If not specified, L will attempt to retrieve the name of the sequence from the database automatically. -=item extras +=item extra This is used by L and L -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.