Bug 18055: The 2 new deps are used for testing purpose
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 28 Mar 2018 18:54:56 +0000 (15:54 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 28 Mar 2018 18:54:56 +0000 (15:54 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Installer/PerlDependencies.pm

index 720ebab..234865e 100644 (file)
@@ -874,14 +874,14 @@ our $PERL_DEPS = {
         # also required for Zebra installs: about page: bug 20061
     },
     'Parallel::ForkManager' => {
-        usage => 'Core',
-        required => 0,
-        min_ver => '0.75',
+        usage      => 'Testing suite',
+        required   => 0,
+        min_ver    => '0.75',
     },
     'Sys::CPU' => {
-        usage => 'Core',
-        required => 0,
-        min_ver => '0.52',
+        usage      => 'Testing suite',
+        required   => 0,
+        min_ver    => '0.52',
     },
 };