]> Sergey Matveev's repositories - public-inbox.git/commitdiff
Makefile.PL: depend on IO::Uncompress::Gunzip
authorEric Wong <e@80x24.org>
Sun, 7 Feb 2021 08:51:49 +0000 (08:51 +0000)
committerEric Wong <e@80x24.org>
Sun, 7 Feb 2021 22:56:59 +0000 (22:56 +0000)
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

index 68545573501659a58f4cbfae0a4f514e530c6cb8..ca8e45cfb650c05599ddcce263107a6842fcbf8e 100644 (file)
@@ -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