Skip to content

Commit

Permalink
Oops, last patch had an issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 6, 2009
1 parent 1340dd4 commit ec0a594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parrot/P6role.pir
Expand Up @@ -28,7 +28,7 @@ Puns the role to a class and returns that class.
# Otherwise, need to create a punned class.
.local pmc p6meta, metaclass, proto
p6meta = get_root_global [.RAKUDO_HLL ; 'Perl6Object'], '$!P6META'
metaclass = new ['parrot';'Class']
metaclass = root_new ['parrot';'Class']
$P0 = box 'class'
setprop metaclass, 'pkgtype', $P0
# Compose ourself and any roles we do.
Expand Down

0 comments on commit ec0a594

Please sign in to comment.