Skip to content

Commit

Permalink
remove Qpsmtpd::ConfigServer
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jan 16, 2025
1 parent dfe319b commit b771b26
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 308 deletions.
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ lib/Qpsmtpd/Auth.pm
lib/Qpsmtpd/Base.pm
lib/Qpsmtpd/Command.pm
lib/Qpsmtpd/Config.pm
lib/Qpsmtpd/ConfigServer.pm
lib/Qpsmtpd/Connection.pm
lib/Qpsmtpd/Constants.pm
lib/Qpsmtpd/DB.pm
Expand Down
303 changes: 0 additions & 303 deletions lib/Qpsmtpd/ConfigServer.pm

This file was deleted.

4 changes: 0 additions & 4 deletions xt/01-syntax.t
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ sub test_syntax {
ok(0 == 0, "skipping $f, I couldn't load w/o $1");
return;
}
if ($r =~ /^Base class package "Danga::Socket" is empty/) {
ok(0 == 0, "skipping $f, Danga::Socket not available.");
return;
}
print "ec: $exit_code, r: $r\n";
}

Expand Down

0 comments on commit b771b26

Please sign in to comment.