]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/nntpd.t
bundle Danga::Socket and Sys::Syscall
[public-inbox.git] / t / nntpd.t
index 6b13f81e7679f77a893442de74fadb4a48f0308e..ecfd74f7c0c120823005ef4e88e0791821e47123 100644 (file)
--- a/t/nntpd.t
+++ b/t/nntpd.t
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 use Test::More;
-foreach my $mod (qw(DBD::SQLite Search::Xapian Danga::Socket)) {
+foreach my $mod (qw(DBD::SQLite Search::Xapian PublicInbox::DS)) {
        eval "require $mod";
        plan skip_all => "$mod missing for nntpd.t" if $@;
 }