Bug 16034 follow-up: added WebService::ILS to PerlDependencies
authorSrdjan <srdjan@catalyst.net.nz>
Fri, 29 Jul 2016 00:42:23 +0000 (12:42 +1200)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 21 Feb 2017 19:58:21 +0000 (19:58 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Installer/PerlDependencies.pm

index 4e1f75f..f8a96c4 100644 (file)
@@ -852,6 +852,11 @@ our $PERL_DEPS = {
         required => 1,
         min_ver => '0.28',
     },
+    'WebService::ILS' => {
+        'usage'    => 'Interface third party systems',
+        'required' => '0',
+        'min_ver'  => '0.07',
+    },
 };
 
 1;