summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@debian.org>2013-08-06 16:45:59 +0300
committerRicardo Signes <rjbs@cpan.org>2013-08-08 09:20:57 -0400
commit59465c3e1ccc448e5a106f8b8457b8febe64b469 (patch)
tree1c1174d70e446a289a78960178d68578903c6ebc
parent2373a61dcbdb120b740396473b5625e99aca0a31 (diff)
downloadperl-59465c3e1ccc448e5a106f8b8457b8febe64b469.tar.gz
The language messages variable is called LC_MESSAGES
This probably doesn't matter as LC_ALL overrides everything else.
-rw-r--r--lib/perl5db.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5db.t b/lib/perl5db.t
index 9a57960896..bcf06b96c7 100644
--- a/lib/perl5db.t
+++ b/lib/perl5db.t
@@ -2686,7 +2686,7 @@ SKIP:
$^O eq "linux"
or skip "man errors aren't especially portable", 1;
local $ENV{LANG} = "C";
- local $ENV{LC_MESSAGE} = "C";
+ local $ENV{LC_MESSAGES} = "C";
local $ENV{LC_ALL} = "C";
my $wrapper = DebugWrap->new(
{