Skip to content

Commit ea671f7

Browse files
committed
remove Qpsmtpd::ConfigServer
1 parent df5b04d commit ea671f7

File tree

3 files changed

+0
-308
lines changed

3 files changed

+0
-308
lines changed

MANIFEST

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ lib/Qpsmtpd/Auth.pm
4141
lib/Qpsmtpd/Base.pm
4242
lib/Qpsmtpd/Command.pm
4343
lib/Qpsmtpd/Config.pm
44-
lib/Qpsmtpd/ConfigServer.pm
4544
lib/Qpsmtpd/Connection.pm
4645
lib/Qpsmtpd/Constants.pm
4746
lib/Qpsmtpd/DB.pm

lib/Qpsmtpd/ConfigServer.pm

Lines changed: 0 additions & 303 deletions
This file was deleted.

xt/01-syntax.t

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ sub test_syntax {
3131
ok(0 == 0, "skipping $f, I couldn't load w/o $1");
3232
return;
3333
}
34-
if ($r =~ /^Base class package "Danga::Socket" is empty/) {
35-
ok(0 == 0, "skipping $f, Danga::Socket not available.");
36-
return;
37-
}
3834
print "ec: $exit_code, r: $r\n";
3935
}
4036

0 commit comments

Comments
 (0)