about summary refs log tree commit homepage
path: root/t
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 /t
parent814374aba42185c5a97c6903d6edceb9b4480a0e (diff)
downloadpublic-inbox-c3509baca0b103a0c9d034de06f3ddc5fc9426fd.tar.gz
We do not need to load Plack::Request outside of WWW anymore.
Diffstat (limited to 't')
-rw-r--r--t/httpd-corner.psgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/httpd-corner.psgi b/t/httpd-corner.psgi
index 0e0e21a8..c3bf5231 100644
--- a/t/httpd-corner.psgi
+++ b/t/httpd-corner.psgi
@@ -4,7 +4,6 @@
 # Usage: plackup [OPTIONS] /path/to/this/file
 use strict;
 use warnings;
-use Plack::Request;
 use Plack::Builder;
 require Digest::SHA;
 my $app = sub {