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: AS20473 45.76.80.0/20 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from mail.smrk.net (mail.smrk.net [45.76.87.244]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id AA3F01F518 for ; Fri, 15 Mar 2024 14:30:57 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=smrk.net header.i=@smrk.net header.a=rsa-sha256 header.s=20221002 header.b=QLnt+oxw; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smrk.net; s=20221002; t=1710513053; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pbC/mSK0HhRSnHix2XHdpM6AioyMH/b999KNW3kq/xw=; b=QLnt+oxwJCg/5rA1QG00fCR1C5s2nOZ5dPqT0Z5J1QDrrN97bzxRbSWaotpouIVe3O8qyl 3gMfUHvAnWSovZaoUDKN6Mm3uVLqJnaItx8w2xERVkpVUNFdQkslIOqi/WjCtRkl7P30eU J/Rjppf7ZAE68eYnZbxN23UeX0Rb8ogBmaXgtA36Qj6PDbvdy5yypHitjL46jh5uW4xKYI 9QUqDu6UjIE3C2fqkd61+EazcejW5KYB2Vx/ULRRLdthFc1D4xxuezulFaH79g2BpLqbmK /hQW3/lTToq0ej59dlgb7hwBxyGYFLRrl5H9usugtf9vDU7rH3fKMsibdfZU7A== Received: from localhost ( [192.168.5.2]) by smrk (OpenSMTPD) with ESMTPSA id 71d92337 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 15 Mar 2024 15:30:53 +0100 (CET) From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= To: meta@public-inbox.org Subject: [PATCH (RFC) 2/2] INSTALL: try to be less confusing about optional modules Date: Fri, 15 Mar 2024 15:30:49 +0100 Message-ID: <20240315143049.1590728-2-stepnem@smrk.net> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240315143049.1590728-1-stepnem@smrk.net> References: <20240315143049.1590728-1-stepnem@smrk.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: The difference between the "numerous optional modules" section (containing only two modules) and the "everything else optional" section was unclear (to me, at least). Just put both under a single heading. --- INSTALL | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index c04831c2fb5b..9672ba8cf6fa 100644 --- a/INSTALL +++ b/INSTALL @@ -58,7 +58,8 @@ Where "deb" indicates package names for Debian-derived distributions, "pkgin" for NetBSD, "apk" for Alpine Linux and "rpm" is for RPM-based distributions (only known to work on Fedora). -Numerous optional modules are likely to be useful as well: +Numerous optional modules might be useful as well, depending +on your use case and preferences: - DBD::SQLite deb: libdbd-sqlite3-perl pkg: p5-DBD-SQLite @@ -71,8 +72,6 @@ Numerous optional modules are likely to be useful as well: rpm: perl-Search-Xapian (required for lei; HTTP and IMAP search) -Every effort has been to make everything else optional: - - Plack deb: libplack-perl pkg: p5-Plack rpm: perl-Plack, perl-Plack-Test, -- 2.44.0