about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-26 02:15:29 +0000
committerEric Wong <e@80x24.org>2016-12-26 02:16:00 +0000
commitb388dfdd96804f898fbf72baf2a32e0c9f0fb3f1 (patch)
tree253263b1574c9cc345cd1f0d1bd80b0b6dd1d7ca /t
parent96ee5f0f64972f0ce3143538437d4de1febe3c51 (diff)
downloadpublic-inbox-b388dfdd96804f898fbf72baf2a32e0c9f0fb3f1.tar.gz
Relying on the XS parser has been optional since March 2016:
commit 7dd78012da81d48e5e73e56c3255895dfa9de1f5
("http: use Plack::HTTPParser for HTTP parsing")
Diffstat (limited to 't')
-rw-r--r--t/repobrowse_git_httpd.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/repobrowse_git_httpd.t b/t/repobrowse_git_httpd.t
index 005ab173..3e6c074c 100644
--- a/t/repobrowse_git_httpd.t
+++ b/t/repobrowse_git_httpd.t
@@ -6,7 +6,7 @@
 use strict;
 use warnings;
 use Test::More;
-foreach my $mod (qw(Danga::Socket HTTP::Parser::XS HTTP::Date HTTP::Status
+foreach my $mod (qw(Danga::Socket HTTP::Date HTTP::Status
                 Plack::Test::ExternalServer)) {
         eval "require $mod";
         plan skip_all => "$mod missing for repobrowse_git_httpd.t" if $@;