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 27392158086 for ; Fri, 15 Oct 2021 19:55:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5907EE07DB; Fri, 15 Oct 2021 19:55:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EBD5E07DB for ; Fri, 15 Oct 2021 19:55:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE846343336 for ; Fri, 15 Oct 2021 19:55:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FF0AE3 for ; Fri, 15 Oct 2021 19:55:02 +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: <1634327691.5aa2eed261e15b751cea10b03d48c7d12b01deb6.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-MockModule/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild X-VCS-Directories: dev-perl/Test-MockModule/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 5aa2eed261e15b751cea10b03d48c7d12b01deb6 X-VCS-Branch: master Date: Fri, 15 Oct 2021 19:55:02 +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: 9f9cd0bc-a018-4ae1-90b8-f257e80953e5 X-Archives-Hash: fd5e89b047481492ea660ae1b9307d0e commit: 5aa2eed261e15b751cea10b03d48c7d12b01deb6 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Oct 15 19:54:42 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Oct 15 19:54:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa2eed2 dev-perl/Test-MockModule: Add missing test dependency Closes: https://bugs.gentoo.org/810745 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild b/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild index 4bf23d318d1..8924c6fcffc 100644 --- a/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild +++ b/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild @@ -19,7 +19,10 @@ RDEPEND=" " BDEPEND="${RDEPEND} >=dev-perl/Module-Build-0.380.0 - test? ( >=virtual/perl-Test-Simple-0.880.0 ) + test? ( + >=virtual/perl-Test-Simple-0.880.0 + dev-perl/Test-Warnings + ) " PERL_RM_FILES=( "t/pod_coverage.t" "t/pod.t" )