about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-08 09:11:03 +0000
committerEric Wong <e@80x24.org>2021-02-08 09:12:32 +0000
commit68250ff1c247bb737e6daef1af31dcd7fa918644 (patch)
treeba79697b40bb9b9c3c9c4c5a14f705cb6e3954eb /Makefile.PL
parent640fcb6c3b0961e24e170ba9591cfed4b8eb9b35 (diff)
downloadpublic-inbox-68250ff1c247bb737e6daef1af31dcd7fa918644.tar.gz
It's been distributed with Perl since 1994, and we use it for
both -imapd and lei.  It's split out as a separate package in
CentOS 7.x, so we'll depend on it to avoid surprising users
of RPM-based distros.
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 ca8e45cf..6fb0d560 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -155,6 +155,7 @@ WriteMakefile(
                 'IO::Compress::Gzip' => 0,
                 'IO::Uncompress::Gunzip' => 0,
                 'Storable' => 0, # rpm: perl-Storable
+                'Text::ParseWords' => 0, # rpm: perl-Text-ParseWords
 
                 # Plack is needed for public-inbox-httpd and PublicInbox::WWW
                 # 'Plack' => 0,