about summary refs log tree commit homepage
path: root/t/httpd-unix.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-02 07:56:38 +0000
committerEric Wong <e@80x24.org>2016-07-02 07:57:29 +0000
commit193e9a586d49fb111fd201f491b1ad0be4e386b3 (patch)
tree02d5d074777dce9a2557d59622841cc7754c49f0 /t/httpd-unix.t
parent2375cc488f2b1ea314452067a196a576558f7b57 (diff)
downloadpublic-inbox-193e9a586d49fb111fd201f491b1ad0be4e386b3.tar.gz
Lighter and ever-so-slightly faster!

Most importantly, this won't do non-obvious stuff behind our
backs like trying to parse a POST request body for a query
string param.
Diffstat (limited to 't/httpd-unix.t')
-rw-r--r--t/httpd-unix.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/httpd-unix.t b/t/httpd-unix.t
index 16f7bdd2..ef827fc6 100644
--- a/t/httpd-unix.t
+++ b/t/httpd-unix.t
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Test::More;
 
-foreach my $mod (qw(Plack::Util Plack::Request Plack::Builder Danga::Socket
+foreach my $mod (qw(Plack::Util Plack::Builder Danga::Socket
                         HTTP::Date HTTP::Status)) {
         eval "require $mod";
         plan skip_all => "$mod missing for httpd-unix.t" if $@;