Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unbreak -M command line option
  • Loading branch information
moritz committed May 23, 2012
1 parent dca0fa6 commit a90efc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.pm
Expand Up @@ -492,7 +492,7 @@ grammar Perl6::Grammar is HLL::Grammar {
my $module := $*W.load_module($/,
$longname,
$*GLOBALish);
do_import($module, [], $longname);
do_import($module, $longname);
$/.CURSOR.import_EXPORTHOW($module);
}
}
Expand Down

0 comments on commit a90efc7

Please sign in to comment.