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"] --- ci/deps.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/deps.perl b/ci/deps.perl index b960089f..06b4fbe0 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -25,6 +25,7 @@ my $profiles = { Email::MIME::ContentType Encode ExtUtils::MakeMaker + IO::Compress::Gzip URI::Escape ), @test_essential ], @@ -35,7 +36,6 @@ my $profiles = { DBD::SQLite DBI Filesys::Notify::Simple - IO::Compress::Gzip Inline::C Net::Server Plack -- cgit v1.2.3-24-ge0c7