From 5382406db0255ea548758d7ce1a5f23c10b0c241 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 11 Oct 2014 12:57:53 -0300 Subject: [PATCH] Bug 12068: Follow up - make Text::Bidi mandatory Without the module some of the tests will fail. As this is fixing a serious bug for RTL language users, we agreed to make it mandatory. Signed-off-by: Chris Cormack Signed-off-by: Tomas Cohen Arazi --- 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 db1ab0a6a6..a6a5bd9a38 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -709,7 +709,7 @@ our $PERL_DEPS = { }, 'Text::Bidi' => { 'usage' => 'Label batch PDF', - 'required' => '0', + 'required' => '1', 'min_ver' => '0.03', }, }; -- 2.39.5