Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rakudo-ize something grabbed from nqp.
  • Loading branch information
jnthn committed May 7, 2011
1 parent 35b6a71 commit cf7946d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/ModuleLoader.pm
Expand Up @@ -52,7 +52,7 @@ class Perl6::ModuleLoader {
# XXX This is a really dumb and minimalistic GLOBAL merger.
# For a much more complete one, see sorear++'s work in
# Niecza. This one will likely evolve towards that.
my $stub_how := 'KnowHOW';
my $stub_how := 'PackageHOW';
sub merge_globals($target, $source) {
# Start off merging top-level symbols. Easy when there's no
# overlap. Otherwise, we need to recurse.
Expand Down

0 comments on commit cf7946d

Please sign in to comment.