From f380a06cb99c99f74c3475a3b93f18ca9883a8b1 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 Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize --- 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.20.1