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 2DB291F8C1 for ; Fri, 1 May 2020 18:04:45 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] tests: Perl 5.10.1 fixes Date: Fri, 1 May 2020 18:04:43 +0000 Message-Id: <20200501180445.16513-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Oops, I only tested as far back as 5.16.3 last release :x Oh well, seems pretty harmless. Eric Wong (2): t/httpd-corner.t: fix uninitialized warning t/convert-compact: avoid warning on `scalar(split(...))' t/convert-compact.t | 3 +-- t/httpd-corner.t | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-)