From 97c725ea380679e86d9a096d6e11fceaa9ef33ca Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 28 Apr 2014 16:50:48 +0200 Subject: [PATCH] [PASSED QA] 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: Apply patch, verify that dependency shows up in About Koha->Perl Mudules Signed-off-by: Marc VĂ©ron Signed-off-by: Katrin Fischer --- 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.8.3.2