Bug 19450: Fixed WebService::ILS bug upstream (0.17)
authorSrdjan <srdjan@catalyst.net.nz>
Thu, 12 Oct 2017 00:45:43 +0000 (13:45 +1300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 21 Dec 2017 16:09:17 +0000 (13:09 -0300)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Installer/PerlDependencies.pm

index 0bf96f6..84ba74d 100644 (file)
@@ -865,7 +865,7 @@ our $PERL_DEPS = {
     'WebService::ILS' => {
         'usage'    => 'Interface third party systems',
         'required' => '0',
-        'min_ver'  => '0.07',
+        'min_ver'  => '0.17',
     },
 };