Whoops, wrong accessor (things still work though)
Peter Rabbitson [Thu, 26 Nov 2009 14:32:17 +0000 (14:32 +0000)]
t/lib/DBICTest/Schema/CD.pm

index a271dd8..fadd539 100644 (file)
@@ -26,7 +26,7 @@ __PACKAGE__->add_columns(
   'genreid' => { 
     data_type => 'integer',
     is_nullable => 1,
-    accessor => 'undef',
+    accessor => undef,
   },
   'single_track' => {
     data_type => 'integer',