From: John Napiorkowski Date: Wed, 10 Jan 2007 21:09:07 +0000 (+0000) Subject: documentation updates X-Git-Tag: v0.08010~150^2~106^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7036ea600aa0fe23664b5a7e085eca335b76576c;p=dbsrgits%2FDBIx-Class.git documentation updates --- diff --git a/t/bindtype_columns.t b/t/bindtype_columns.t index 2d9bffe..a32e24c 100644 --- a/t/bindtype_columns.t +++ b/t/bindtype_columns.t @@ -42,7 +42,7 @@ PGTest::Artist->add_columns( "media", { data_type => "bytea", - is_nullable => 0, + is_nullable => 0, }, );