This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
fcd573e
)
Porting/bench.pl: typo in error message
author
David Mitchell
<davem@iabyn.com>
Mon, 5 Jun 2017 16:14:15 +0000
(17:14 +0100)
committer
David Mitchell
<davem@iabyn.com>
Mon, 5 Jun 2017 16:14:15 +0000
(17:14 +0100)
Porting/bench.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/bench.pl
b/Porting/bench.pl
index
840d723
..
224e862
100755
(executable)
--- a/
Porting/bench.pl
+++ b/
Porting/bench.pl
@@
-431,7
+431,7
@@
my %OPTS = (
. "'$OPTS{sort}'\n";
}
my ($field, $perl) = @s;
. "'$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
unless $VALID_FIELDS{$field};
# the 'perl' value will be validated later, after we have processed
# the perls