diff options
author | David Mitchell <davem@iabyn.com> | 2017-06-05 17:14:15 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2017-06-05 17:14:15 +0100 |
commit | 5ad96e9e32a29f927d3e9dec23fd1d7d3e89665f (patch) | |
tree | 193514aabc1eea69b3ab015f3814f02da5dc44df /Porting | |
parent | fcd573e77ec68fbe3936ac1381654581fba8a64f (diff) | |
download | perl-5ad96e9e32a29f927d3e9dec23fd1d7d3e89665f.tar.gz |
Porting/bench.pl: typo in error message
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/bench.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/bench.pl b/Porting/bench.pl index 840d7231d0..224e862e66 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 |