Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make require return True on success
  • Loading branch information
TimToady committed Sep 10, 2014
1 parent ac4b214 commit 940066d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -1277,7 +1277,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
$past.push($import_past);
}

$past.push(QAST::WVal.new( :value($*W.find_symbol(['Nil'])) ));
$past.push(QAST::WVal.new( :value($*W.find_symbol(['True'])) ));

make $past;
}
Expand Down

0 comments on commit 940066d

Please sign in to comment.