Skip to content

Commit

Permalink
Fix require regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Aug 9, 2013
1 parent b337932 commit b17b0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Actions.nqp
Expand Up @@ -1119,6 +1119,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
QAST::Op.new( :op('getcurhllsym'),
QAST::SVal.new( :value('ModuleLoader') ) ),
$name_past,
QAST::Op.new( :op('hash') ),
$*W.symbol_lookup(['GLOBAL'], $/),
);
if $<module_name> {
Expand Down

0 comments on commit b17b0b7

Please sign in to comment.