]> Sergey Matveev's repositories - public-inbox.git/commit
make zlib-related modules a hard dependency
authorEric Wong <e@yhbt.net>
Tue, 21 Apr 2020 06:57:34 +0000 (06:57 +0000)
committerEric Wong <e@yhbt.net>
Wed, 22 Apr 2020 07:04:45 +0000 (07:04 +0000)
commita318e758129d616b3b801db82c4735c680a2fbe8
treeba9af6a937ecf8f2a7dc339a25f1ad2a0c0ddc75
parenta45aef4d6415553dd1f6744770b00ea9033f58d7
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
ci/deps.perl
lib/PublicInbox/Mbox.pm
lib/PublicInbox/NNTP.pm
lib/PublicInbox/WwwAltId.pm
lib/PublicInbox/WwwListing.pm
script/public-inbox-nntpd