* [PATCH] INSTALL: depend on Text::ParseWords
@ 2021-02-08 9:14 Eric Wong
0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2021-02-08 9:14 UTC (permalink / raw)
To: meta
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 | 1 +
Makefile.PL | 1 +
2 files changed, 2 insertions(+)
diff --git a/INSTALL b/INSTALL
index 45829a80..4da0227e 100644
--- 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
---------
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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-02-08 9:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-08 9:14 [PATCH] INSTALL: depend on Text::ParseWords Eric Wong
user/dev discussion of public-inbox itself
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://public-inbox.org/meta
git clone --mirror http://czquwvybam4bgbro.onion/meta
git clone --mirror http://hjrcffqmbrq6wope.onion/meta
git clone --mirror http://ou63pmih66umazou.onion/meta
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V1 meta meta/ https://public-inbox.org/meta \
meta@public-inbox.org
public-inbox-index meta
Example config snippet for mirrors.
Newsgroups are available over NNTP:
nntp://news.public-inbox.org/inbox.comp.mail.public-inbox.meta
nntp://ou63pmih66umazou.onion/inbox.comp.mail.public-inbox.meta
nntp://czquwvybam4bgbro.onion/inbox.comp.mail.public-inbox.meta
nntp://hjrcffqmbrq6wope.onion/inbox.comp.mail.public-inbox.meta
nntp://news.gmane.io/gmane.mail.public-inbox.general
note: .onion URLs require Tor: https://www.torproject.org/
code repositories for the project(s) associated with this inbox:
https://80x24.org/public-inbox.git
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git