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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C812138334 for ; Tue, 16 Jul 2019 00:14:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B5D9E0829; Tue, 16 Jul 2019 00:14:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E83DE0829 for ; Tue, 16 Jul 2019 00:14:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF371347C58 for ; Tue, 16 Jul 2019 00:14:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 573646E9 for ; Tue, 16 Jul 2019 00:14:25 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1563236051.27d24c65039ecd1c7f868c0567152d561b67f282.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-Config/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild X-VCS-Directories: dev-perl/ExtUtils-Config/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 27d24c65039ecd1c7f868c0567152d561b67f282 X-VCS-Branch: master Date: Tue, 16 Jul 2019 00:14:25 +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: 329d496d-bdc2-4d8a-bcca-ba28bcbae2c5 X-Archives-Hash: d34f9f96c199ef8ce26674f899e40dc5 commit: 27d24c65039ecd1c7f868c0567152d561b67f282 Author: Kent Fredric gentoo org> AuthorDate: Mon Jul 15 23:53:07 2019 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Jul 16 00:14:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d24c65 dev-perl/ExtUtils-Config: Fix typo in bad-test removal Due to a typo, one unwanted test wasn't removed. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric gentoo.org> dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild index 63a45842e76..cfa1d643618 100644 --- a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild +++ b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild @@ -24,6 +24,6 @@ DEPEND=" ) " src_test() { - perl_rm_files t/release-pod-{syntax,coverge}.t + perl_rm_files t/release-pod-{syntax,coverage}.t perl-module_src_test }