From: Brandon L. Black Date: Thu, 31 May 2007 23:44:14 +0000 (+0000) Subject: fix test warning (double "my") X-Git-Tag: v0.08010~150^2~32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d96034a1cc274ea315d6482de4633ec0c60b95ce;p=dbsrgits%2FDBIx-Class.git fix test warning (double "my") --- diff --git a/t/76joins.t b/t/76joins.t index 89c619d..a401927 100644 --- a/t/76joins.t +++ b/t/76joins.t @@ -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