From 7c5fc9967289ad4fd7e3593b55e52a32340c1c37 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. --- 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 80a0498..6457d70 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -744,7 +744,7 @@ our $PERL_DEPS = { }, 'Text::Bidi' => { 'usage' => 'Label batch PDF', - 'required' => '0', + 'required' => '1', 'min_ver' => '0.03', }, }; -- 1.9.1