]> Sergey Matveev's repositories - public-inbox.git/commit
INSTALL: depend on URI rather than URI::Escape
authorEric Wong <e@80x24.org>
Fri, 10 Sep 2021 13:10:04 +0000 (13:10 +0000)
committerEric Wong <e@80x24.org>
Fri, 10 Sep 2021 20:43:34 +0000 (20:43 +0000)
commit47ad2954fa34cdc75fa5c56f38f352d77afba553
tree8994316a269e145e895ef61587f76141a10ec857
parent6b3dd4a43a50d3bcefe92f5f5934647e7f57d1be
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
Makefile.PL
ci/deps.perl