Bugzilla – Attachment 144248 Details for
Bug 32350
We should die if TestBuilder is passed a column we're not expecting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32350: (follow-up) Remove List::Util import
Bug-32350-follow-up-Remove-ListUtil-import.patch (text/plain), 685 bytes, created by
Martin Renvoize (ashimema)
on 2022-11-25 11:45:00 UTC
(
hide
)
Description:
Bug 32350: (follow-up) Remove List::Util import
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-11-25 11:45:00 UTC
Size:
685 bytes
patch
obsolete
>From 2438d809685f312d9353d0d6d8f85a17b99dd4be Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 25 Nov 2022 11:43:46 +0000 >Subject: [PATCH] Bug 32350: (follow-up) Remove List::Util import > >We replaced it with Array::Utils >--- > t/lib/TestBuilder.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm >index fedcdc718d..95699392c6 100644 >--- a/t/lib/TestBuilder.pm >+++ b/t/lib/TestBuilder.pm >@@ -12,7 +12,6 @@ use Bytes::Random::Secure; > use Carp qw( carp ); > use Module::Load qw( load ); > use String::Random; >-use List::Util qw( any ); > use Array::Utils qw( array_minus ); > > use constant { >-- >2.20.1
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 32350
:
144229
|
144230
|
144233
|
144234
|
144235
|
144239
|
144245
|
144246
|
144247
|
144248
|
144276
|
144277
|
144349
|
144350