Skip to content

Commit

Permalink
fix import thinko
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed May 8, 2012
1 parent 0a5caa9 commit c95b593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.pm
Expand Up @@ -720,7 +720,7 @@ grammar Perl6::Grammar is HLL::Grammar {
# todo: fix arglist
my $arglist;
if $<arglist> {
$arglist := $*W.compile_time_evaluate($/, $<arglist>[0]<EXPR>);
$arglist := $*W.compile_time_evaluate($/, $<arglist>[0]<EXPR>.ast);
}
do_import($module.WHO, ~$<module_name><longname>, $arglist);
}
Expand Down

0 comments on commit c95b593

Please sign in to comment.