summaryrefslogtreecommitdiff
path: root/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild')
-rw-r--r--dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild8
1 files 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
+ )
"