small throw_exception fixes
[dbsrgits/DBIx-Class-Historic.git] / t / 76joins.t
index 89c619d..a401927 100644 (file)
@@ -336,7 +336,7 @@ SKIP: {
 
 is($rs->next->name, 'Caterwauler McCrae', "Correct artist returned");
 
-my $cd = $schema->resultset('Artist')->first->create_related('cds',
+$cd = $schema->resultset('Artist')->first->create_related('cds',
     {
     title   => 'Unproduced Single',
     year    => 2007