]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/nntp.t
tests: remove unnecessary loading of ::DS and Socket
[public-inbox.git] / t / nntp.t
index 6df7db89b1b4a49e30b20e5bcc1d90e82ca1dea0..47b14422af29ab3f39677d913d25b01a3f9bc182 100644 (file)
--- a/t/nntp.t
+++ b/t/nntp.t
@@ -5,7 +5,7 @@ use warnings;
 use Test::More;
 use Data::Dumper;
 
-foreach my $mod (qw(DBD::SQLite Search::Xapian Danga::Socket)) {
+foreach my $mod (qw(DBD::SQLite Search::Xapian)) {
        eval "require $mod";
        plan skip_all => "$mod missing for nntp.t" if $@;
 }