https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18055

Mason James <m...@kohaaloha.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff

--- Comment #7 from Mason James <m...@kohaaloha.com> ---
(In reply to M. Tompsett from comment #4)
> > $ sudo apt-get install libparallel-forkmanager-perl libsys-cpu-perl
> 
> Shouldn't this be a PerlDependencies tweak too? 

yes, the patch includes this already...

-------------
diff --git a/C4/Installer/PerlDependencies.pm
b/C4/Installer/PerlDependencies.pm
index 4e1f75f..1ed5943 100644
--- a/C4/Installer/PerlDependencies.pm
+++ b/C4/Installer/PerlDependencies.pm
@@ -852,6 +852,16 @@ our $PERL_DEPS = {
         required => 1,
         min_ver => '0.28',
     },
+    'Parallel::ForkManager' => {
+        usage => 'Core',
+        required => 0,
+        min_ver => '0.75',
+    },
+    'Sys::CPU' => {
+        usage => 'Core',
+        required => 0,
+        min_ver => '0.52',
+    },
 };
-------------

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to