Bugzilla – Attachment 153897 Details for
Bug 34414
Remove DBD::Mock
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34414: Remove DBD::Mock
Bug-34414-Remove-DBDMock.patch (text/plain), 1011 bytes, created by
Jonathan Druart
on 2023-07-26 08:01:39 UTC
(
hide
)
Description:
Bug 34414: Remove DBD::Mock
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-07-26 08:01:39 UTC
Size:
1011 bytes
patch
obsolete
>From 83fcb553660962fca965a41c08396a405caa3b5f Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 26 Jul 2023 06:56:03 +0000 >Subject: [PATCH] Bug 34414: Remove DBD::Mock > >We never actually used it. See BZ report. > >Test plan: >Run git grep DBD::Mock. Only finding old release notes. >Run git grep mock_add_resultset. Nothing. >Bonus: Find a few other DBD::Mock properties/attributes. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > cpanfile | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/cpanfile b/cpanfile >index 3dddcad3623..807dfa31df3 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -21,7 +21,6 @@ requires 'Class::Inspector', '1.31'; > requires 'Clone', '0.37'; > requires 'Crypt::CBC', '2.33'; > requires 'Crypt::Eksblowfish::Bcrypt', '0.008'; >-requires 'DBD::Mock', '1.39'; > requires 'DBD::mysql', '4.004'; > requires 'DBI', '1.53'; > requires 'DBIx::Class::Schema::Loader', '0.07039'; >-- >2.25.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 34414
:
153896
| 153897