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 767D11F461 for ; Mon, 8 Jul 2019 07:39:05 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] a few minor cleanups Date: Mon, 8 Jul 2019 07:39:02 +0000 Message-Id: <20190708073905.15757-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Just some minor things to make the code more pleasant and less error-prone. Eric Wong (3): daemon: use POSIX and WNOHANG more idiomatically httpd: (cleanup) use reference instead of *glob http|nntp: "use PublicInbox::DS" instead of ->import lib/PublicInbox/Daemon.pm | 4 ++-- lib/PublicInbox/HTTP.pm | 2 +- lib/PublicInbox/HTTPD.pm | 5 +---- lib/PublicInbox/NNTP.pm | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) -- EW