Skip to content

Commit

Permalink
add niecza to "perl6:" list
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Dec 30, 2010
1 parent 0aef822 commit e94878e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalbot.pl
Expand Up @@ -245,7 +245,7 @@ package Evalbot;
return "Program empty" unless length $str;
warn "$info->{channel} <$info->{who}> Perl6: $str\n";
my %results;
for my $eval_name qw(pugs rakudo){
for my $eval_name qw(pugs rakudo niecza){
my $e = $impls{$eval_name};
my $tmp_res = EvalbotExecuter::run($str, $e, $eval_name);
my $revision = '';
Expand Down

0 comments on commit e94878e

Please sign in to comment.