From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1143590-garchives=archives.gentoo.org@lists.gentoo.org> 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 8BCE3138350 for <garchives@archives.gentoo.org>; Thu, 6 Feb 2020 21:43:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7DE1E0916; Thu, 6 Feb 2020 21:43:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BDAF0E0916 for <gentoo-commits@lists.gentoo.org>; Thu, 6 Feb 2020 21:43:25 +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 B941634E82C for <gentoo-commits@lists.gentoo.org>; Thu, 6 Feb 2020 21:43:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA8DDEE for <gentoo-commits@lists.gentoo.org>; Thu, 6 Feb 2020 21:43:22 +0000 (UTC) From: "Andreas K. Hüttel" <dilfridge@gentoo.org> 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" <dilfridge@gentoo.org> Message-ID: <1581025396.89bd9e25e9bfd48437f7809c4f6331e9dba70aec.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Inter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Inter/Test-Inter-1.90.0.ebuild X-VCS-Directories: dev-perl/Test-Inter/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 89bd9e25e9bfd48437f7809c4f6331e9dba70aec X-VCS-Branch: master Date: Thu, 6 Feb 2020 21:43:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e56a8ec4-9c23-4252-ad32-291cfc42a83c X-Archives-Hash: df0b75574ce5e2feca8d14d14cd7a78a commit: 89bd9e25e9bfd48437f7809c4f6331e9dba70aec Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Feb 6 21:43:05 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Feb 6 21:43:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bd9e25 dev-perl/Test-Inter: Disable remaining pod tests Closes: https://bugs.gentoo.org/708394 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> dev-perl/Test-Inter/Test-Inter-1.90.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Test-Inter/Test-Inter-1.90.0.ebuild b/dev-perl/Test-Inter/Test-Inter-1.90.0.ebuild index 44c7656e24f..272a6161562 100644 --- a/dev-perl/Test-Inter/Test-Inter-1.90.0.ebuild +++ b/dev-perl/Test-Inter/Test-Inter-1.90.0.ebuild @@ -25,6 +25,6 @@ DEPEND="${RDEPEND} " src_test() { - perl_rm_files t/pod_coverage.t t/pod.t + perl_rm_files t/pod_coverage.t t/pod.t t/_pod_coverage.t t/_pod.t perl-module_src_test }