From 10e6d3b7dca7e32f1af38a734800e36e7c354654 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 7 Feb 2021 08:51:49 +0000 Subject: 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). --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') 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 -- cgit v1.2.3-24-ge0c7