Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
exclude pugs from "perl6:" target while its installation is busted; i…
…nclude b for the lulz
  • Loading branch information
moritz committed Oct 13, 2011
1 parent af9321e commit e94ed5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalbot.pl
Expand Up @@ -235,7 +235,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 niecza)) {
for my $eval_name (qw(nom b niecza)) {
my $e = $impls{$eval_name};
my $tmp_res = EvalbotExecuter::run($str, $e, $eval_name);
my $revision = '';
Expand Down

0 comments on commit e94ed5d

Please sign in to comment.