Bugzilla – Attachment 73403 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]
Bug 18055: The 2 new deps are used for testing purpose
Bug-18055-The-2-new-deps-are-used-for-testing-purp.patch (text/plain), 1.07 KB, created by
Jonathan Druart
on 2018-03-28 18:55:14 UTC
(
hide
)
Description:
Bug 18055: The 2 new deps are used for testing purpose
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-03-28 18:55:14 UTC
Size:
1.07 KB
patch
obsolete
>From 7b35b6ae4df0486bf8cc4d8a22f1174dbbee9165 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 28 Mar 2018 15:54:56 -0300 >Subject: [PATCH] Bug 18055: The 2 new deps are used for testing purpose > >--- > C4/Installer/PerlDependencies.pm | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 720ebab2b5..234865ed3a 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -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', > }, > }; > >-- >2.11.0
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