]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/imapd-tls.t
imap: *SEARCH: use Parse::RecDescent
[public-inbox.git] / t / imapd-tls.t
index 6b3e179778ca3e6a7bc0a697d6403feb57352ede..df4ef85ca77d089cfcf5724245d34c33b4ee3869 100644 (file)
@@ -7,7 +7,7 @@ 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));
+       Email::Address::XS||Mail::Address Parse::RecDescent));
 my $imap_client = 'Mail::IMAPClient';
 $imap_client->can('starttls') or
        plan skip_all => 'Mail::IMAPClient does not support TLS';