From f44785cd5f5748997fec0be08bfcb2de76c56738 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 28 Apr 2014 16:50:48 +0200 Subject: [PATCH] [Signed-off] Bug 11679: Add the new dependency OpenOffice::OODoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit How I tested: Appla patch, verify that dependency shows up in About Koha->Perl Mudules Signed-off-by: Marc VĂ©ron --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 3726a75..428204a 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; -- 1.7.10.4