From def6820fbd7882f4d4456ff47e7c1993765da01b Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Wed, 14 Mar 2018 16:52:01 +0100 Subject: [PATCH] Bug 20402: Add Net::OAuth2::AuthorizationServer to perl deps Signed-off-by: Mark Tompsett --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 8961453..cb5cea2 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -873,6 +873,11 @@ our $PERL_DEPS = { 'min_ver' => '5.01', # also required for Zebra installs: about page: bug 20061 }, + 'Net::OAuth2::AuthorizationServer' => { + 'usage' => 'REST API', + 'required' => '1', + 'min_ver' => '0.16', + }, }; -- 2.1.4