Bug 22343: (follow-up) Remove traces of Mail::Sendmail
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 2 Oct 2020 19:19:06 +0000 (16:19 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Oct 2020 09:15:51 +0000 (11:15 +0200)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
cpanfile
t/db_dependent/Passwordrecovery.t

index d459a6f..ea3aec3 100644 (file)
--- a/cpanfile
+++ b/cpanfile
@@ -74,7 +74,6 @@ requires 'MARC::Record::MiJ', '0.04';
 requires 'MIME::Base64', '3.07';
 requires 'MIME::Lite', '3';
 requires 'MIME::QuotedPrint', '3.07';
-requires 'Mail::Sendmail', '0.79';
 requires 'Modern::Perl', '1.03';
 requires 'Module::CPANfile', '1.1000';
 requires 'Mojolicious', '7.21';
index 0eabc80..f4a7209 100755 (executable)
@@ -18,7 +18,6 @@
 use Modern::Perl;
 
 use C4::Context;
-use Mail::Sendmail;
 use C4::Letters;
 use Koha::Database;
 use Koha::DateUtils;