From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 3144F1FB07 for ; Sun, 7 Feb 2021 08:52:02 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 07/19] Makefile.PL: depend on IO::Uncompress::Gunzip Date: Sun, 7 Feb 2021 08:51:49 +0000 Message-Id: <20210207085201.13871-8-e@80x24.org> In-Reply-To: <20210207085201.13871-1-e@80x24.org> References: <20210207085201.13871-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 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(+) 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