From a41062c597cf60d9d25667b9e8b81b474fb6a024 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 --- 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 db1ab0a..a6a5bd9 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', }, }; -- 1.9.1