about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-05-07 21:05:55 +0000
committerEric Wong <e@yhbt.net>2020-05-09 08:59:10 +0000
commit0283273a14e1871955f6a9132f4f3f7884ec8a3f (patch)
tree57c0182a8c07d3dfc041b7a818fc6293c7b433f7 /Makefile.PL
parentfd966061df6a61104935984bed7c28a461a124ff (diff)
downloadpublic-inbox-0283273a14e1871955f6a9132f4f3f7884ec8a3f.tar.gz
We no longer load or use Email::MIME outside of comparison
tests.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 59345edb..efbb59cb 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -122,11 +122,6 @@ WriteMakefile(
                 # `perl5' on FreeBSD
                 # perl-Digest-SHA on RH-based
                 'Digest::SHA' => 0,
-                'Email::MIME' => 0,
-
-                # the following should be pulled in by Email::MIME:
-                'Email::MIME::ContentType' => 0,
-                'Email::Simple' => 0,
 
                 # libperl$PERL_VERSION or libencode-perl on Debian,
                 # `perl5' on FreeBSD