about summary refs log tree commit homepage
path: root/t/httpd-unix.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-14 03:32:00 +0000
committerEric Wong <e@80x24.org>2019-05-14 03:43:21 +0000
commit46835d34029c92a2da886e5d0c17ec83cf86a209 (patch)
tree273aa752115d28b6464044432d55efd13b4ea8c2 /t/httpd-unix.t
parentd883d4a93b23be134038e28f421eafca70c3d838 (diff)
downloadpublic-inbox-46835d34029c92a2da886e5d0c17ec83cf86a209.tar.gz
PublicInbox::DS works for every platform we we care about,
nowadays; so checking for it is a waste of time.  Cleanup a
few POSIX and Socket imports while we're in the area.
Diffstat (limited to 't/httpd-unix.t')
-rw-r--r--t/httpd-unix.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/httpd-unix.t b/t/httpd-unix.t
index 627adfaf..2ef64dfc 100644
--- a/t/httpd-unix.t
+++ b/t/httpd-unix.t
@@ -5,8 +5,7 @@ use strict;
 use warnings;
 use Test::More;
 
-foreach my $mod (qw(Plack::Util Plack::Builder PublicInbox::DS
-                        HTTP::Date HTTP::Status)) {
+foreach my $mod (qw(Plack::Util Plack::Builder HTTP::Date HTTP::Status)) {
         eval "require $mod";
         plan skip_all => "$mod missing for httpd-unix.t" if $@;
 }