From d9f3234cb35c3951387b0288a2d92ca09d821f95 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 14 Jun 2019 16:38:15 -0300 Subject: [PATCH] Bug 21073: (follow-up) Add Class::Inspector to PerlDependencies Signed-off-by: Tomas Cohen Arazi --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index c53f7c8162..f7244744d9 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -174,6 +174,11 @@ our $PERL_DEPS = { 'required' => '1', 'min_ver' => '0.3' }, + 'Class::Inspector' => { + 'usage' => 'Plugins', + 'required' => '1', + 'min_ver' => '1.31' + }, 'HTTP::OAI' => { 'usage' => 'Core', 'required' => '1', -- 2.22.0