]> Sergey Matveev's repositories - public-inbox.git/commitdiff
INSTALL: depend on Text::ParseWords
authorEric Wong <e@80x24.org>
Mon, 8 Feb 2021 09:11:03 +0000 (09:11 +0000)
committerEric Wong <e@80x24.org>
Mon, 8 Feb 2021 09:12:32 +0000 (09:12 +0000)
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.

INSTALL
Makefile.PL

diff --git a/INSTALL b/INSTALL
index 45829a80eaef552c62dcba6a2fde5c29baffab9a..4da0227edb047ca9b516f53aeca069bf7ef4e1e1 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -176,6 +176,7 @@ RPM-based distros split them out into separate packages:
 * Encode                           rpm: perl-Encode
 * IO::Compress                     rpm: perl-IO-Compress
 * Storable                         rpm: perl-Storable
+* Text::ParseWords                 rpm: perl-Text-Parsewords
 
 Copyright
 ---------
index ca8e45cfb650c05599ddcce263107a6842fcbf8e..6fb0d5604b7fea04919b1d1e9c8e80a498e0eb6f 100644 (file)
@@ -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,