Skip to content

Commit

Permalink
The next step in unbreaking anonymous roles; still some issues, but t…
Browse files Browse the repository at this point in the history
…his gets the basics actually working.
  • Loading branch information
jnthn committed Apr 21, 2010
1 parent ee9c308 commit 483a9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Compiler/Role.pm
Expand Up @@ -171,7 +171,7 @@ method finish($block) {
),
PAST::Op.new( :pasttype('callmethod'), :name('!add_variant'),
PAST::Var.new( :name('tmp_role'), :scope('register') ),
$block
Perl6::Actions::create_code_object($block, 'Sub', 1, $lazy_sig_block_name)
),
PAST::Var.new( :name('tmp_role'), :scope('register') )
);
Expand Down

0 comments on commit 483a9da

Please sign in to comment.