From 62c4a9f1c171289fd3de3bf5e09554c4a4e0ff14 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Thu, 25 Oct 2018 10:37:39 +0200 Subject: [PATCH] Bug 15395: Require Locale::Messages 1.24 1.21 fixes a bug in the way environment variables LANGUAGE and LANG are interpreted https://rt.cpan.org/Public/Bug/Display.html?id=81315 1.24 brings its own setlocale which "does the right thing" https://metacpan.org/pod/release/GUIDO/libintl-perl-1.29/lib/Locale/Messages.pm#setlocale --- C4/Installer/PerlDependencies.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index ab37c150df..32fb3e5a45 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -730,7 +730,7 @@ our $PERL_DEPS = { 'Locale::Messages' => { 'usage' => 'Core', 'required' => '1', - 'min_ver' => '1.20', + 'min_ver' => '1.24', }, 'PPI' => { 'usage' => 'I18N', -- 2.17.1