This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Porting/bench.pl: typo in error message
authorDavid Mitchell <davem@iabyn.com>
Mon, 5 Jun 2017 16:14:15 +0000 (17:14 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 5 Jun 2017 16:14:15 +0000 (17:14 +0100)
Porting/bench.pl

index 840d723..224e862 100755 (executable)
@@ -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