Bug 21073: (follow-up) Add Class::Inspector to PerlDependencies
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 14 Jun 2019 19:38:15 +0000 (16:38 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 18 Jun 2019 16:30:14 +0000 (17:30 +0100)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

C4/Installer/PerlDependencies.pm

index c53f7c8..f724474 100644 (file)
@@ -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',