commit: f857a9a869423291cce8403b2007f041140cd1ff Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed May 1 08:28:56 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 1 08:37:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f857a9a8
dev-perl/Path-Dispatcher: add dev-perl/Test-Fatal test dep Closes: https://bugs.gentoo.org/924134 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild index 814ac1ab7c78..38513753448d 100644 --- a/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild +++ b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,11 @@ RDEPEND=" dev-perl/Try-Tiny dev-perl/Type-Tiny " -BDEPEND="${RDEPEND} +BDEPEND=" + ${RDEPEND} dev-perl/Module-Build-Tiny virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Test-Fatal + ) "
