In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/cc2768c21cd2e88fe30cbdf00870407196dbe0a0?hp=e74a82d73e1108a42abe6840048f84ea7a97ff8d>
- Log ----------------------------------------------------------------- commit cc2768c21cd2e88fe30cbdf00870407196dbe0a0 Author: James E Keenan <[email protected]> Date: Mon Sep 3 18:05:27 2018 -0400 Correct typo in comment. ----------------------------------------------------------------------- Summary of changes: t/op/exec.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/exec.t b/t/op/exec.t index bda8dd56d7..c676a972d1 100644 --- a/t/op/exec.t +++ b/t/op/exec.t @@ -30,7 +30,7 @@ use vmsish qw(hushed); $| = 1; # flush stdout -$ENV{LC_ALL} = 'C'; # Forge English error messages. +$ENV{LC_ALL} = 'C'; # Force English error messages. $ENV{LANGUAGE} = 'C'; # Ditto in GNU. my $Is_VMS = $^O eq 'VMS'; -- Perl5 Master Repository
