Bugzilla – Attachment 59901 Details for
Bug 18055
Speed up '00-strict.t' test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add Sys::CPU package, too
Add-SysCPU-package-too.patch (text/plain), 1.27 KB, created by
Mason James
on 2017-02-05 02:37:16 UTC
(
hide
)
Description:
Add Sys::CPU package, too
Filename:
MIME Type:
Creator:
Mason James
Created:
2017-02-05 02:37:16 UTC
Size:
1.27 KB
patch
obsolete
>From 5535ae1ad6e13991ed9631997250d04df72a90a3 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Sun, 5 Feb 2017 15:30:15 +1300 >Subject: [PATCH] Add Sys::CPU package, too >Content-Type: text/plain; charset="utf-8" > >https://bugs.koha-community.org/show_bug.cgi?id=18055 >--- > C4/Installer/PerlDependencies.pm | 7 ++++++- > debian/control | 1 + > 2 files changed, 7 insertions(+), 1 deletion(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 0457863..1ed5943 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -855,7 +855,12 @@ our $PERL_DEPS = { > 'Parallel::ForkManager' => { > usage => 'Core', > required => 0, >- min_ver => '1.06', >+ min_ver => '0.75', >+ }, >+ 'Sys::CPU' => { >+ usage => 'Core', >+ required => 0, >+ min_ver => '0.52', > }, > }; > >diff --git a/debian/control b/debian/control >index 16f3432..205c51d 100644 >--- a/debian/control >+++ b/debian/control >@@ -111,6 +111,7 @@ Build-Depends: libalgorithm-checkdigits-perl, > libsoap-lite-perl, > libstring-random-perl, > libswagger2-perl (>= 0.59), >+ libsys-cpu-perl > libtemplate-perl, > libtemplate-plugin-htmltotext-perl, > libtemplate-plugin-json-escape-perl, >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18055
:
59900
|
59901
|
59902
|
59966
|
63341
|
64322
|
66769
|
66770
|
66771
|
73403