From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2F56D1F453 for ; Wed, 6 Feb 2019 11:07:41 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] try harder to avoid Socket6 dependency Date: Wed, 6 Feb 2019 11:07:39 +0000 Message-Id: <20190206110741.30661-1-e@80x24.org> List-Id: Since I reckon Perl 5.14+ is pretty common, favoring the bundled Socket.pm is advantageous in reducing installation overhead and memory use, since we already rely on "Socket" being loaded. *** BLURB HERE *** Eric Wong (2): daemon: die properly when Socket6 is missing daemon: favor Socket.pm in Perl 5.14+ for IPv6 INSTALL | 3 ++- lib/PublicInbox/Daemon.pm | 21 ++++++++++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) -- EW