Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-MockModule/
Date: Fri, 15 Oct 2021 19:55:08
Message-Id: 1634327691.5aa2eed261e15b751cea10b03d48c7d12b01deb6.dilfridge@gentoo
1 commit: 5aa2eed261e15b751cea10b03d48c7d12b01deb6
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 19:54:42 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 19:54:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa2eed2
7
8 dev-perl/Test-MockModule: Add missing test dependency
9
10 Closes: https://bugs.gentoo.org/810745
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild b/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild
18 index 4bf23d318d1..8924c6fcffc 100644
19 --- a/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild
20 +++ b/dev-perl/Test-MockModule/Test-MockModule-0.176.0.ebuild
21 @@ -19,7 +19,10 @@ RDEPEND="
22 "
23 BDEPEND="${RDEPEND}
24 >=dev-perl/Module-Build-0.380.0
25 - test? ( >=virtual/perl-Test-Simple-0.880.0 )
26 + test? (
27 + >=virtual/perl-Test-Simple-0.880.0
28 + dev-perl/Test-Warnings
29 + )
30 "
31
32 PERL_RM_FILES=( "t/pod_coverage.t" "t/pod.t" )