From 6622c3b35cda7d1d94d25ba53b7895ab621b5210 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Tue, 29 Dec 2015 17:32:07 +0100 Subject: [PATCH] Handle the French locale in reproducible builds slightly less hamfistedly Thanks to Matt S Trout --- t/100-init.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/100-init.t b/t/100-init.t index b25499e..74facc0 100644 --- a/t/100-init.t +++ b/t/100-init.t @@ -1,5 +1,7 @@ #!/usr/bin/perl +BEGIN { $ENV{LC_ALL} = 'C' } + use strict; use warnings; -- 2.39.2