From 8599c47f4090bc426dcfe4ea17dab4fba430d0f8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 28 Apr 2014 16:50:48 +0200 Subject: [PATCH] Bug 11679: Add the new dependency OpenOffice::OODoc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Véron Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 3726a75755..428204a003 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -704,6 +704,11 @@ our $PERL_DEPS = { 'required' => '1', 'min_ver' => '0.190', }, + 'OpenOffice::OODoc' => { + usage => 'Export', + required => 1, + min_ver => '2.125', + }, }; 1; -- 2.39.5