fix test warning (double "my")
Brandon L. Black [Thu, 31 May 2007 23:44:14 +0000 (23:44 +0000)]
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