]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
make zlib-related modules a hard dependency
[public-inbox.git] / Makefile.PL
index ab24b9cf1ae20387846fd4434ce480e7981a4b48..27bb112c31649ec00879f25b08d81bffebdfd7fa 100644 (file)
@@ -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,