X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Makefile.PL;h=59345edb63f0c99dd999b6ccf29661ba577fe748;hb=fd966061df6a61104935984bed7c28a461a124ff;hp=ab24b9cf1ae20387846fd4434ce480e7981a4b48;hpb=427471b2f3af3a8d78febf9096bbc34a45c4673c;p=public-inbox.git diff --git a/Makefile.PL b/Makefile.PL index ab24b9cf..59345edb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -130,7 +130,12 @@ WriteMakefile( # 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,