Skip to content

Commit 76c56f6

Browse files
committed
remove syntax that is deprecated in perl 5.14
1 parent 644f0c6 commit 76c56f6

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
@@ -255,7 +255,7 @@ package Evalbot;
255255
return "Program empty" unless length $str;
256256
warn "$info->{channel} <$info->{who}> Perl6: $str\n";
257257
my %results;
258-
for my $eval_name qw(pugs rakudo niecza){
258+
for my $eval_name (qw(pugs rakudo niecza)) {
259259
my $e = $impls{$eval_name};
260260
my $tmp_res = EvalbotExecuter::run($str, $e, $eval_name);
261261
my $revision = '';

0 commit comments

Comments
 (0)