[Koha-patches] [PATCH] Bug 16034 follow-up: added WebService::ILS to PerlDependencies

Srdjan srdjan at catalyst.net.nz
Fri Jul 29 02:45:13 CEST 2016


---
 C4/Installer/PerlDependencies.pm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm
index db9cd7c..2bc7515 100644
--- a/C4/Installer/PerlDependencies.pm
+++ b/C4/Installer/PerlDependencies.pm
@@ -812,6 +812,11 @@ our $PERL_DEPS = {
         'required' => '1',
         'min_ver'  => '3.0',
     },
+    'WebService::ILS' => {
+        'usage'    => 'Interface third party systems',
+        'required' => '0',
+        'min_ver'  => '0.07',
+    },
 };
 
 1;
-- 
2.7.4


More information about the Koha-patches mailing list