From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id AFC601F565 for ; Fri, 8 Sep 2023 13:09:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1694178548; bh=onA9mWjz/yP5xhnMnlO5jOZucGKn5f3MnezmOBE0NFY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HujA38XEgwWCoCXyHHe08iGsONPXQlsobwZlKW2cjnhBiHu7ezMCcdL4h+u25zLto Mrm8EAuasQZxs2D1kucD7anW30DhDsZo/+wT/KclBbw6snaUPY75HDa5Uarh/TzzAw NuBl4ei6rCbxT4LSY07Yem4MjCDDIHC6OOlcoDWQ= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 2/4] ci/deps: add IMAP-related optional packages Date: Fri, 8 Sep 2023 13:09:06 +0000 Message-ID: <20230908130908.2263772-3-e@80x24.org> In-Reply-To: <20230908130908.2263772-1-e@80x24.org> References: <20230908130908.2263772-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 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 94266029..119ef07f 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