about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-07 08:27:12 +0000
committerEric Wong <e@80x24.org>2019-05-07 08:27:12 +0000
commitd87137b5a49408947eb30613e8c925d24d4f3d0b (patch)
treefa01e4209dc2b7da505039425499462dee6207ec
parent3bd8bec866f5540b6dce33ffcaaf4714249dcb22 (diff)
downloadpublic-inbox-d87137b5a49408947eb30613e8c925d24d4f3d0b.tar.gz
It's unneeded since commit e358bd7a3833f8c5 (2016-07-02)
("inbox: base_url method takes PSGI env hashref instead")

So we only depend on URI::Escape from the "URI" CPAN distribution,
at the moment.
-rw-r--r--lib/PublicInbox/WwwStream.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm
index 2893138d..f6c50496 100644
--- a/lib/PublicInbox/WwwStream.pm
+++ b/lib/PublicInbox/WwwStream.pm
@@ -10,7 +10,6 @@ package PublicInbox::WwwStream;
 use strict;
 use warnings;
 use PublicInbox::Hval qw(ascii_html);
-use URI;
 our $TOR_URL = 'https://www.torproject.org/';
 our $CODE_URL = 'https://public-inbox.org/';
 our $PROJECT = 'public-inbox';