X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Makefile.PL;h=efbb59cbf939079f97bbb75eb04a2f7c40208295;hb=1dde99e0badebfaf509cee4f15bbfa284996c8fc;hp=ab24b9cf1ae20387846fd4434ce480e7981a4b48;hpb=afd0bc24476be06e841bf83cb870b353f0a044b7;p=public-inbox.git diff --git a/Makefile.PL b/Makefile.PL index ab24b9cf..efbb59cb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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,