]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
t/repobrowse_git_httpd: remove XS parser dependency
authorEric Wong <e@80x24.org>
Mon, 26 Dec 2016 02:15:29 +0000 (02:15 +0000)
committerEric Wong <e@80x24.org>
Mon, 26 Dec 2016 02:16:00 +0000 (02:16 +0000)
Relying on the XS parser has been optional since March 2016:
commit 7dd78012da81d48e5e73e56c3255895dfa9de1f5
("http: use Plack::HTTPParser for HTTP parsing")

t/repobrowse_git_httpd.t

index 005ab1730868ee917865dbd214ba3dd94d44b652..3e6c074c3028703d44e6061c7788e48700efefb0 100644 (file)
@@ -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 $@;