Skip to content

Commit

Permalink
fix all but one test in main-usage.t
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jun 16, 2010
1 parent ddb39d0 commit 6b2af44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MAIN.pm
Expand Up @@ -66,7 +66,7 @@ our sub MAIN_HELPER() {
}
}

return @positional-arguments, %named-arguments;
return @positional-arguments, {%named-arguments};
};

my @subs = $m ~~ Multi ?? $m.candidates !! ($m);
Expand Down

0 comments on commit 6b2af44

Please sign in to comment.