Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't need to merge globals when loading the module loader. With this…
…, the produced CORE.setting.pbc loads up until attempting to deserialize, which currently fails for some reason.
  • Loading branch information
jnthn committed Feb 26, 2012
1 parent 854d464 commit 8193d6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Perl6/World.pm
Expand Up @@ -200,8 +200,7 @@ class Perl6::World is HLL::World {
'nqp' ),
'ModuleLoader'),
1),
'Perl6::ModuleLoader',
self.get_slot_past_for_object($*W.pkg_create_mo(pir::get_knowhow__P()))
'Perl6::ModuleLoader'
))
}

Expand Down

0 comments on commit 8193d6b

Please sign in to comment.