Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
No need to load Perl6::Module loader anymore for loading Perl6 modules
  • Loading branch information
niner committed Dec 13, 2015
1 parent 1943fa8 commit db6e4d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Perl6/World.nqp
Expand Up @@ -974,7 +974,6 @@ class Perl6::World is HLL::World {
}
}
self.add_load_dependency_task(:deserialize_ast(QAST::Stmts.new(
self.perl6_module_loader_code(),
QAST::Op.new(
:op('callmethod'), :name('load_module'),
QAST::WVal.new( :value(self.find_symbol(['CompUnit', 'RepositoryRegistry'])) ),
Expand Down

0 comments on commit db6e4d4

Please sign in to comment.