From: Richard Hartmann Date: Tue, 29 Dec 2015 16:32:07 +0000 (+0100) Subject: Handle the French locale in reproducible builds slightly less hamfistedly X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/6622c3b35cda7d1d94d25ba53b7895ab621b5210 Handle the French locale in reproducible builds slightly less hamfistedly Thanks to Matt S Trout --- 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;