Bugzilla – Attachment 131990 Details for
Bug 29501
gather_print_notices.pl does not use SMTP servers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29501: Remove MIME::Lite dependency
Bug-29501-Remove-MIMELite-dependency.patch (text/plain), 973 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-03-21 18:23:12 UTC
(
hide
)
Description:
Bug 29501: Remove MIME::Lite dependency
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-03-21 18:23:12 UTC
Size:
973 bytes
patch
obsolete
>From 6aecd49f66750d01956b28ebb267de251f4b9bde Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 18 Nov 2021 09:41:44 -0300 >Subject: [PATCH] Bug 29501: Remove MIME::Lite dependency > >The library usage is discouraged by the current maintainer and we don't >use it in the codebase anymore. > >To test: >1. Apply this patch >2. Run: > $ git grep MIME::Lite >=> SUCCESS: No uses of the removed library >3. Sign off :-D > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > cpanfile | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/cpanfile b/cpanfile >index d86c248439..49ed7f9800 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -71,7 +71,6 @@ requires 'MARC::File::XML', 'v1.0.1'; > requires 'MARC::Record', 'v2.0.6'; > requires 'MARC::Record::MiJ', '0.04'; > requires 'MIME::Base64', '3.07'; >-requires 'MIME::Lite', '3'; > requires 'MIME::QuotedPrint', '3.07'; > requires 'Modern::Perl', '1.03'; > requires 'Module::CPANfile', '1.1000'; >-- >2.32.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 29501
:
127789
|
127790
|
127794
|
131446
|
131447
|
131448
|
131989
|
131990
|
131991
|
131992
|
132003
|
132004
|
132005
|
132006