From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A8A61580D3 for ; Sun, 26 Nov 2023 16:28:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDE2A2BC11B; Sun, 26 Nov 2023 16:28:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C32D62BC079 for ; Sun, 26 Nov 2023 16:28:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD53533BF3C for ; Sun, 26 Nov 2023 16:28:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 745E2998 for ; Sun, 26 Nov 2023 16:28:13 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1701016076.9deab3eef8a9de3f3bcfae1754fe82cffef7c82d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/perl/perl-5.38.1.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 9deab3eef8a9de3f3bcfae1754fe82cffef7c82d X-VCS-Branch: master Date: Sun, 26 Nov 2023 16:28:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a8a54b6-9180-482e-8277-337c9725df16 X-Archives-Hash: 1cc26188086a9380be0bebe32fbcdba8 commit: 9deab3eef8a9de3f3bcfae1754fe82cffef7c82d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Nov 26 16:24:33 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Nov 26 16:27:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9deab3ee dev-lang/perl: fix bundled corelist version Signed-off-by: Andreas K. Hüttel gentoo.org> dev-lang/perl/perl-5.38.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/perl/perl-5.38.1.ebuild b/dev-lang/perl/perl-5.38.1.ebuild index 5dfbb02418dd..2c6dc6e68804 100644 --- a/dev-lang/perl/perl-5.38.1.ebuild +++ b/dev-lang/perl/perl-5.38.1.ebuild @@ -92,7 +92,7 @@ dual_scripts() { src_remove_dual perl-core/ExtUtils-ParseXS 3.510.0 xsubpp src_remove_dual perl-core/IO-Compress 2.204.0 zipdetails src_remove_dual perl-core/JSON-PP 4.160.0 json_pp - src_remove_dual perl-core/Module-CoreList 5.202.306.230 corelist + src_remove_dual perl-core/Module-CoreList 5.202.311.250 corelist src_remove_dual perl-core/Pod-Checker 1.750.0 podchecker src_remove_dual perl-core/Pod-Perldoc 3.280.100 perldoc src_remove_dual perl-core/Pod-Usage 2.30.0 pod2usage