From: Peter Rabbitson Date: Thu, 26 Nov 2009 21:32:17 +0000 (+0100) Subject: Merge 'trunk' into 'get_inflated_columns_rt46953' X-Git-Tag: v0.08116~118^2~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=565b641e53a5d0319ecc252142db75b137a7ece8;hp=972015a720dac187c82c75642c733299b897b40d;p=dbsrgits%2FDBIx-Class.git Merge 'trunk' into 'get_inflated_columns_rt46953' r7972@Thesaurus (orig r7960): ribasushi | 2009-11-26 15:32:17 +0100 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',