]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
remove most internal Email::MIME usage
[public-inbox.git] / Makefile.PL
index ab24b9cf1ae20387846fd4434ce480e7981a4b48..efbb59cbf939079f97bbb75eb04a2f7c40208295 100644 (file)
@@ -122,15 +122,15 @@ 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
-               'Encode' => 0,
+               'Encode' => 2.35, # 2.35 shipped with 5.10.1
+
+               # libperl$PERL_VERSION + perl-modules-$PERL_VERSION
+               'Compress::Raw::Zlib' => 0,
+               'Compress::Zlib' => 0,
+               'IO::Compress::Gzip' => 0,
 
                # Plack is needed for public-inbox-httpd and PublicInbox::WWW
                # 'Plack' => 0,