summaryrefslogtreecommitdiff
path: root/dev-perl/Module-Path
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-20 13:18:16 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-20 13:18:16 +0000
commitadc7983da1cff7b3416429c4dc20a7a0076e9a43 (patch)
treedec8a7310a25ac2c619a08c34fb17f366f6dc7ea /dev-perl/Module-Path
parent2c2102628c01d95b9a9a81a7d945bf791e1a5a33 (diff)
downloadbaldeagleos-repo-adc7983da1cff7b3416429c4dc20a7a0076e9a43.tar.gz
baldeagleos-repo-adc7983da1cff7b3416429c4dc20a7a0076e9a43.tar.xz
baldeagleos-repo-adc7983da1cff7b3416429c4dc20a7a0076e9a43.zip
Adding metadata
Diffstat (limited to 'dev-perl/Module-Path')
-rw-r--r--dev-perl/Module-Path/Module-Path-0.190.0-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/Module-Path/Module-Path-0.190.0-r1.ebuild b/dev-perl/Module-Path/Module-Path-0.190.0-r1.ebuild
index 91eff695dbc8..76322c9f2abf 100644
--- a/dev-perl/Module-Path/Module-Path-0.190.0-r1.ebuild
+++ b/dev-perl/Module-Path/Module-Path-0.190.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ DIST_AUTHOR=NEILB
DIST_VERSION=0.19
inherit perl-module
-DESCRIPTION="get the full path to a locally installed module"
+DESCRIPTION="Get the full path to a locally installed module"
SLOT="0"
KEYWORDS="amd64 ~x86"
@@ -16,7 +16,8 @@ RDEPEND="
virtual/perl-Exporter
virtual/perl-Getopt-Long
"
-BDEPEND="${RDEPEND}
+BDEPEND="
+ ${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Devel-FindPerl