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=-1.2 required=3.0 tests=ALL_TRUSTED,BAYES_40, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE 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 DA2591F451 for ; Mon, 8 Jan 2024 10:15:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1704708931; bh=MgYRwl+R7QmPAVTlNUplXY98Me1qcFb0F9iRmVN4a7M=; h=From:To:Subject:Date:From; b=M6/NGNd72Y+z4fu2BjfHqivQF0UhXZsoeeHVL4+SpRteEvce2Z1QXapYxRkMNQmVY GOuiclkpTWSUxCuuFWZPr1GOW1iKP8sE5ndG5w//d5jFw9hFMACZ1Dq6YkzCByVfrE 0T4pULSrE81fWU/fMqqFkdY0MRMhDLGBAjyinEqw= From: Eric Wong To: mwrap-public@80x24.org Subject: [PATCH] README: fixup references to the Perl version Date: Mon, 8 Jan 2024 10:15:30 +0000 Message-ID: <20240108101530.3617772-1-mwrap-public@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: That's where interesting developments happen, first. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f969c14..5770240 100644 --- a/README +++ b/README @@ -55,7 +55,7 @@ For long running processes, you can see the AF_UNIX HTTP interface: And connect via `curl --unix-socket /some/dir/$PID.sock' or `mwrap-rproxy(1p) -for more info. +distributed with the Perl version of mwrap for more info. You may also `require "mwrap"' in your Ruby code and use Mwrap.dump, Mwrap.reset, Mwrap.each, etc. @@ -113,7 +113,7 @@ top-posting costs everybody memory and bandwidth. Send all patches ("git format-patch" + "git send-email") and pull requests (use "git request-pull" to format) via email -to mwrap-perl@80x24.org. We do not and will not use +to mwrap-public@80x24.org. We do not and will not use proprietary messaging systems. == License