Skip to content

Commit

Permalink
Make setting's use Perl6::Metamodel function.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed May 23, 2011
1 parent 4c68206 commit 0f60ad2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Perl6/ModuleLoader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,8 @@ class Perl6::ModuleLoader {

return $setting;
}
}
}

# We stash this in the perl6 HLL namespace, just so it's easy to
# locate. Note this makes it invisible inside Perl 6 itself.
pir::set_root_global__vPsP(['perl6'], 'ModuleLoader', Perl6::ModuleLoader);

0 comments on commit 0f60ad2

Please sign in to comment.