Bugzilla – Attachment 91872 Details for
Bug 23395
batch operations on biblios/items should be able to pass a list of plugins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23395: Add Test::NoWarrnings dependency
Bug-23395-Add-TestNoWarrnings-dependency.patch (text/plain), 823 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2019-07-30 12:54:00 UTC
(
hide
)
Description:
Bug 23395: Add Test::NoWarrnings dependency
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-07-30 12:54:00 UTC
Size:
823 bytes
patch
obsolete
>From 09541e16ba33b15e4b506573cfdf76e01cb80346 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 30 Jul 2019 09:53:04 -0300 >Subject: [PATCH] Bug 23395: Add Test::NoWarrnings dependency > >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index f7244744d9..becf93233b 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -602,6 +602,11 @@ our $PERL_DEPS = { > 'required' => '1', > 'min_ver' => '1.302073' > }, >+ 'Test::NoWarnings' => { >+ 'usage' => 'Core', >+ 'required' => 1, >+ 'min_vers' => '1.04', >+ }, > 'Test::Strict' => { > 'usage' => 'Core', > 'required' => '0', >-- >2.22.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 23395
:
91870
|
91871
| 91872 |
91874