From a318e758129d616b3b801db82c4735c680a2fbe8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 21 Apr 2020 06:57:34 +0000 Subject: make zlib-related modules a hard dependency This allows us to simplify some of our existing code and make future changes easier. I doubt anybody goes through the trouble to have a Perl installation without zlib support. The zlib source code is even bundled with Perl since 5.9.3 for systems without existing zlib development headers and libraries. Of course, zlib is also a requirement of git, too; and we're not going to stop using git :) [squashed: "wwwaltid: use gzipfilter up front"] --- Makefile.PL | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index ab24b9cf..27bb112c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -132,6 +132,11 @@ WriteMakefile( # `perl5' on FreeBSD 'Encode' => 0, + # 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, -- cgit v1.2.3-24-ge0c7