X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fimapd-tls.t;fp=t%2Fimapd-tls.t;h=72ba8769610a90db756fb20d6773e090e010abb6;hb=29792d70a5d8305f68521664a7fa2e0fe54ff291;hp=125846e27de95f19049cab9730dda6de022d2803;hpb=ba6f3d8379fb9ee8d0f18e3e0d6d77386daf79c9;p=public-inbox.git diff --git a/t/imapd-tls.t b/t/imapd-tls.t index 125846e2..72ba8769 100644 --- a/t/imapd-tls.t +++ b/t/imapd-tls.t @@ -6,8 +6,7 @@ use Test::More; use Socket qw(IPPROTO_TCP SOL_SOCKET); use PublicInbox::TestCommon; # IO::Poll is part of the standard library, but distros may split it off... -require_mods(qw(DBD::SQLite IO::Socket::SSL Mail::IMAPClient IO::Poll - Email::Address::XS||Mail::Address Parse::RecDescent)); +require_mods(qw(-imapd IO::Socket::SSL Mail::IMAPClient IO::Poll)); my $imap_client = 'Mail::IMAPClient'; $imap_client->can('starttls') or plan skip_all => 'Mail::IMAPClient does not support TLS';