From 53ec022911aadc1daa0bed47c6cdd48a6ee2286f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 8 Sep 2023 13:09:06 +0000 Subject: [PATCH] ci/deps: add IMAP-related optional packages Mail::IMAPClient and Parse::RecDescent are widely available in all relevant OS package/ports systems. --- ci/deps.perl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/deps.perl b/ci/deps.perl index 942660297..119ef07ff 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -31,7 +31,9 @@ my $profiles = { DBD::SQLite DBI Inline::C + Mail::IMAPClient Net::Server + Parse::RecDescent Plack Plack::Test Plack::Middleware::ReverseProxy -- 2.47.2