From 68250ff1c247bb737e6daef1af31dcd7fa918644 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 8 Feb 2021 09:11:03 +0000 Subject: INSTALL: depend on Text::ParseWords 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. --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') 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, -- cgit v1.2.3-24-ge0c7