From: Eric Wong Date: Sun, 7 Feb 2021 08:51:49 +0000 (+0000) Subject: Makefile.PL: depend on IO::Uncompress::Gunzip X-Git-Tag: v1.7.0~1178 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=10e6d3b7dca7e32f1af38a734800e36e7c354654 Makefile.PL: depend on IO::Uncompress::Gunzip It's another part of the Perl standard library and rarely split out from Perl (though we can't depend on that fact). --- diff --git a/Makefile.PL b/Makefile.PL index 68545573..ca8e45cf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -153,6 +153,7 @@ WriteMakefile( 'Digest::SHA' => 0, # rpm: perl-Digest-SHA 'Encode' => 2.35, # 2.35 shipped with 5.10.1 'IO::Compress::Gzip' => 0, + 'IO::Uncompress::Gunzip' => 0, 'Storable' => 0, # rpm: perl-Storable # Plack is needed for public-inbox-httpd and PublicInbox::WWW