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=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, 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 4DA4C1F406 for ; Wed, 15 Nov 2023 04:32:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1700022759; bh=qiDRl9BqVcaGc6tO9m1cf8U7Brs+MLyV4sScYpW9rSo=; h=From:To:Subject:Date:From; b=EpQz3NSRmcV/W19ZuzJJKjYrX/e6VkOanLxFie9yVdbSUCYOM/y3r2IjZJBApFThM O+T1vwkUXfuMuQUl+hRSbm+3+agZOrZ5MxXGxIVhdRB2wJ/tTHEmYkIuON5uPrd2Sa 8YsYs46OfFWeE9dSCsZLtpiPiqB7rTk43GYuDPHE= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] libgit2 fixes for CentOS 7.x users Date: Wed, 15 Nov 2023 04:32:36 +0000 Message-Id: <20231115043239.1069219-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: These only spring up with libgit2-devel installed, but 3/3 seems important for all users of older Perl in order to avoid future surprises. Eric Wong (3): gcf2client: add alias for PublicInbox::Git::fail gcf2: fix autodie usage for older Perl treewide: more autodie safety fixes for older Perl lib/PublicInbox/Gcf2.pm | 13 ++++++------- lib/PublicInbox/Gcf2Client.pm | 1 + lib/PublicInbox/IO.pm | 2 ++ lib/PublicInbox/LEI.pm | 7 +++---- lib/PublicInbox/TestCommon.pm | 5 ++--- lib/PublicInbox/XapHelperCxx.pm | 18 ++++++++---------- t/extsearch.t | 3 +-- t/io.t | 10 +++++++++- 8 files changed, 32 insertions(+), 27 deletions(-)