projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
24010dd
)
fix test warning (double "my")
Brandon L. Black [Thu, 31 May 2007 23:44:14 +0000 (23:44 +0000)]
t/76joins.t
patch
|
blob
|
blame
|
history
diff --git
a/t/76joins.t
b/t/76joins.t
index
89c619d
..
a401927
100644
(file)
--- 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