about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-07 08:51:49 +0000
committerEric Wong <e@80x24.org>2021-02-07 22:56:59 +0000
commit10e6d3b7dca7e32f1af38a734800e36e7c354654 (patch)
tree5609f4d0f2ada8e0e8c4d1a3bc751bcc447bc3a7 /Makefile.PL
parent472d0ff8cfe9cc1da2ca16500731f93d1c9ed316 (diff)
downloadpublic-inbox-10e6d3b7dca7e32f1af38a734800e36e7c354654.tar.gz
It's another part of the Perl standard library and rarely
split out from Perl (though we can't depend on that fact).
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
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