Skip to content

Commit c090c2f

Browse files
committed
Revert "exclude pugs from "perl6:" target while its installation is busted; include b for the lulz"
This reverts commit e94ed5d.
1 parent ba87ddd commit c090c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evalbot.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ package Evalbot;
236236
return "Program empty" unless length $str;
237237
warn "$info->{channel} <$info->{who}> Perl6: $str\n";
238238
my %results;
239-
for my $eval_name (qw(nom b niecza)) {
239+
for my $eval_name (qw(pugs rakudo niecza)) {
240240
my $e = $impls{$eval_name};
241241
my $tmp_res = EvalbotExecuter::run($str, $e, $eval_name);
242242
my $revision = '';

0 commit comments

Comments
 (0)