]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/httpd-unix.t
bundle Danga::Socket and Sys::Syscall
[public-inbox.git] / t / httpd-unix.t
index 0a93f204618de2cc59bdcea2fc446fcd08229a45..627adfafe0cad8f58cc0aa4dd8532c406bbb357e 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Test::More;
 
-foreach my $mod (qw(Plack::Util Plack::Builder Danga::Socket
+foreach my $mod (qw(Plack::Util Plack::Builder PublicInbox::DS
                        HTTP::Date HTTP::Status)) {
        eval "require $mod";
        plan skip_all => "$mod missing for httpd-unix.t" if $@;