From: Peter Rabbitson Date: Thu, 26 Nov 2009 14:32:17 +0000 (+0000) Subject: Whoops, wrong accessor (things still work though) X-Git-Tag: v0.08116~119 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=afa3668a9e17355d935e6658cb40d5f2d6160b07;p=dbsrgits%2FDBIx-Class.git Whoops, wrong accessor (things still work though) --- diff --git a/t/lib/DBICTest/Schema/CD.pm b/t/lib/DBICTest/Schema/CD.pm index a271dd8..fadd539 100644 --- a/t/lib/DBICTest/Schema/CD.pm +++ b/t/lib/DBICTest/Schema/CD.pm @@ -26,7 +26,7 @@ __PACKAGE__->add_columns( 'genreid' => { data_type => 'integer', is_nullable => 1, - accessor => 'undef', + accessor => undef, }, 'single_track' => { data_type => 'integer',