Skip to content

Commit 56af077

Browse files
committed
qq doesn't interpolate curlies in perl5 by default
psch++
1 parent 067570b commit 56af077

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
@@ -360,7 +360,7 @@ package main;
360360
}
361361

362362
unless (-e $config_file) {
363-
confess("The given config file, $config_file, wasn't found in {getcwd}.");
363+
confess("The given config file, $config_file, wasn't found in " . getcwd . ".");
364364
}
365365

366366
my %conf = %{ Config::File::read_config_file($config_file) };

0 commit comments

Comments
 (0)