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. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index bfabb171..1e935012 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -168,7 +168,7 @@ WriteMakefile( # Plack is needed for public-inbox-httpd and PublicInbox::WWW # 'Plack' => 0, - 'URI::Escape' => 0, + 'URI' => 0, # We have more test dependencies, but do not force # users to install them. See INSTALL -- cgit v1.2.3-24-ge0c7