From 193e9a586d49fb111fd201f491b1ad0be4e386b3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 2 Jul 2016 07:56:38 +0000 Subject: www: remove Plack::Request dependency entirely 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. --- t/httpd.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/httpd.t') diff --git a/t/httpd.t b/t/httpd.t index 0e19b568..c2e73608 100644 --- a/t/httpd.t +++ b/t/httpd.t @@ -4,7 +4,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.t" if $@; -- cgit v1.2.3-24-ge0c7