Bug 16034 follow-up: added WebService::ILS to PerlDependencies

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Srdjan 2016-07-29 12:42:23 +12:00 committed by Kyle M Hall
parent c7a2ef261e
commit e7aff8ea0d

View 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;