about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-29 10:58:39 +0000
committerEric Wong <e@80x24.org>2016-02-29 10:58:39 +0000
commitc3509baca0b103a0c9d034de06f3ddc5fc9426fd (patch)
treeaaafbb8656477f3501183ca95da34e4a32843aff /lib
parent814374aba42185c5a97c6903d6edceb9b4480a0e (diff)
downloadpublic-inbox-c3509baca0b103a0c9d034de06f3ddc5fc9426fd.tar.gz
We do not need to load Plack::Request outside of WWW anymore.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/WWW.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/WWW.pm b/lib/PublicInbox/WWW.pm
index 98e33fd3..2acb4c83 100644
--- a/lib/PublicInbox/WWW.pm
+++ b/lib/PublicInbox/WWW.pm
@@ -13,6 +13,7 @@ package PublicInbox::WWW;
 use 5.008;
 use strict;
 use warnings;
+use Plack::Request;
 use PublicInbox::Config qw(try_cat);
 use URI::Escape qw(uri_escape_utf8 uri_unescape);
 use constant SSOMA_URL => '//ssoma.public-inbox.org/';