Skip to content

Commit

Permalink
Default lexicals as Perl6Scalar instead of Failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Mar 5, 2009
1 parent fe2bc86 commit e47c348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/actions.pm
Expand Up @@ -2822,7 +2822,7 @@ sub declare_implicit_routine_vars($block) {
$block[0].push( PAST::Var.new( :name($_),
:scope('lexical'),
:isdecl(1),
:viviself('Failure') ) );
:viviself('Perl6Scalar') ) );
$block.symbol($_, :scope('lexical') );
}
}
Expand Down

0 comments on commit e47c348

Please sign in to comment.