From: David Mitchell Date: Mon, 5 Jun 2017 16:14:15 +0000 (+0100) Subject: Porting/bench.pl: typo in error message X-Git-Tag: v5.27.1~97 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/5ad96e9e32a29f927d3e9dec23fd1d7d3e89665f?hp=fcd573e77ec68fbe3936ac1381654581fba8a64f;ds=sidebyside Porting/bench.pl: typo in error message --- diff --git a/Porting/bench.pl b/Porting/bench.pl index 840d723..224e862 100755 --- a/Porting/bench.pl +++ b/Porting/bench.pl @@ -431,7 +431,7 @@ my %OPTS = ( . "'$OPTS{sort}'\n"; } my ($field, $perl) = @s; - die "Error: --sort: unknown field '$field\n" + die "Error: --sort: unknown field '$field'\n" unless $VALID_FIELDS{$field}; # the 'perl' value will be validated later, after we have processed # the perls