about summary refs log tree commit homepage
path: root/t/httpd-unix.t
diff options
context:
space:
mode:
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 13df676b..00adf13c 100644
--- a/t/httpd-unix.t
+++ b/t/httpd-unix.t
@@ -6,7 +6,7 @@ use warnings;
 use Test::More;
 
 foreach my $mod (qw(Plack::Util Plack::Request Plack::Builder Danga::Socket
-                        HTTP::Parser::XS HTTP::Date HTTP::Status)) {
+                        HTTP::Date HTTP::Status)) {
         eval "require $mod";
         plan skip_all => "$mod missing for httpd-unix.t" if $@;
 }