]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/httpd-corner.t
INSTALL: update with FreeBSD pkg names and reorder
[public-inbox.git] / t / httpd-corner.t
index aa0698d3cd2b830f0bfc73ec350f74fffc721ca8..49c5d1fe567c0d8ded02cf46845d1d2664006e5d 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Test::More;
 use Time::HiRes qw(gettimeofday tv_interval);
 
-foreach my $mod (qw(Plack::Util Plack::Builder Danga::Socket
+foreach my $mod (qw(Plack::Util Plack::Builder PublicInbox::DS
                        HTTP::Date HTTP::Status IPC::Run)) {
        eval "require $mod";
        plan skip_all => "$mod missing for httpd-corner.t" if $@;