forked from lix-project/hydra
TT.t: fixup $_, since _ is a special variable, not a throwaway
This commit is contained in:
parent
e5be4a9022
commit
4d5dfec8c7
|
@ -22,7 +22,7 @@ require Hydra::View::TT;
|
||||||
# there is no other reason to call /.
|
# there is no other reason to call /.
|
||||||
require Catalyst::Test;
|
require Catalyst::Test;
|
||||||
Catalyst::Test->import('Hydra');
|
Catalyst::Test->import('Hydra');
|
||||||
my($_, $c) = ctx_request('/');
|
my ($_request, $c) = ctx_request('/');
|
||||||
|
|
||||||
|
|
||||||
my $project = $db->resultset('Projects')->create({name => "tests", displayname => "", owner => "root"});
|
my $project = $db->resultset('Projects')->create({name => "tests", displayname => "", owner => "root"});
|
||||||
|
|
Loading…
Reference in a new issue