Bug 29501: Remove MIME::Lite dependency
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 18 Nov 2021 12:41:44 +0000 (09:41 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 4 Apr 2022 14:23:44 +0000 (16:23 +0200)
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>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
cpanfile

index 58d812e..bb2b719 100644 (file)
--- 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';