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 618131F4B9 for ; Sun, 26 Jan 2020 10:29:24 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] Perl 5.10.1 compatibility fixes Date: Sun, 26 Jan 2020 10:29:20 +0000 Message-Id: <20200126102924.3593-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Aside from the highlight.pm-dependent stuff, everything seems to work fine after these patches under Perl 5.10.1. Getting 5.10.1 to run required Devel::PatchPerl to make it build on modern systems and LOTS of waiting for CPAN modules to download and build, though :< Eric Wong (4): daemon: provide TCP_DEFER_ACCEPT for Perl <5.14 avoid relying on IO::Handle/IO::File autoload t/hl_mod: document IO::Handle for autoflush t/v2reindex.t: 5.10.1 glob compatibility lib/PublicInbox/Daemon.pm | 5 +++-- lib/PublicInbox/Qspawn.pm | 2 +- t/hl_mod.t | 1 + t/httpd-corner.t | 11 ++++++----- t/httpd-https.t | 2 +- t/httpd.t | 2 +- t/import.t | 7 +++---- t/nntpd-tls.t | 2 +- t/v2reindex.t | 6 +++--- 9 files changed, 20 insertions(+), 18 deletions(-)