Skip to content

Commit

Permalink
alias Object and Mu, as suggested by jnthn++; wins us back quite a fe…
Browse files Browse the repository at this point in the history
…w tests
  • Loading branch information
moritz committed Nov 25, 2009
1 parent 0a61bee commit 2eb38b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions perl6.pir
Expand Up @@ -41,6 +41,10 @@ This is the base file for the Rakudo Perl 6 compiler.
exports = split ' ', '!DISPATCH_JUNCTION_MULTI'
parrotns.'export_to'(hllns, imports)
hllns.'export_to'(parrotns, exports)

# to ease transition, make Mu and alias to Object for now
$P2 = get_hll_global 'Object'
set_hll_global 'Mu', $P2
.end


Expand Down

0 comments on commit 2eb38b5

Please sign in to comment.