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