Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make ModuleLoader.nqp Moar friendly.
  • Loading branch information
jnthn committed Oct 12, 2013
1 parent e1056ec commit af53dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/ModuleLoader.nqp
Expand Up @@ -153,7 +153,7 @@ class Perl6::ModuleLoader does Perl6::ModuleLoaderVMConfig {
my $source := $fh.readall();
$fh.close();
#?endif
#?if jvm
#?if !parrot
my $fh := nqp::open(%chosen<pm>, 'r');
nqp::setencoding($fh, 'utf8');
my $source := nqp::readallfh($fh);
Expand Down

0 comments on commit af53dfe

Please sign in to comment.