From: Mintywalker Date: Sat, 12 Apr 2014 17:13:10 +0000 (+0100) Subject: $pedantry =~ s/columns/column/ X-Git-Tag: v0.082800~220 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b411156e1759840702bb2b7ddf681a5b103f9585;p=dbsrgits%2FDBIx-Class.git $pedantry =~ s/columns/column/ --- diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index 3233e3a..8cc409d 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -201,7 +201,7 @@ schema, see L. { is_nullable => 1 } -Set this to a true value for a columns that is allowed to contain NULL +Set this to a true value for a column that is allowed to contain NULL values, default is false. This is currently only used to create tables from your schema, see L.