From 47ad2954fa34cdc75fa5c56f38f352d77afba553 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 10 Sep 2021 13:10:04 +0000 Subject: INSTALL: depend on URI rather than URI::Escape As far as I can tell, URI::Escape has always been a part of the `URI' package (aka "distribution" on CPAN) and not distributed separately (unlike URI::Escape::XS). So avoid confusing users with `URI::Escape' and just document `URI' instead. Along the same lines, we depend on the `Plack' package rather than Plack::Util or Plack::Builder, after all. --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index e93731f1..eb939a59 100644 --- a/INSTALL +++ b/INSTALL @@ -36,9 +36,9 @@ To accept incoming mail into a public inbox, you'll likely want: * MTA - postfix is recommended (for public-inbox-mda) * SpamAssassin (spamc/spamd) (for public-inbox-watch/public-inbox-mda) -Beyond that, there is one non-standard Perl module required: +Beyond that, there is one non-standard Perl package required: -* URI::Escape deb: liburi-perl +* URI deb: liburi-perl pkg: p5-URI rpm: perl-URI (for HTML/Atom generation) -- cgit v1.2.3-24-ge0c7