]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/httpd-unix.t
http: use Plack::HTTPParser for HTTP parsing
[public-inbox.git] / t / httpd-unix.t
index 13df676b5fcf361a60493acfbf6aa9b440981ea2..00adf13ca9db980aa733f57869f4255747217451 100644 (file)
@@ -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 $@;
 }