summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-20 05:02:41 +0100
committerSam James <sam@gentoo.org>2023-06-20 05:02:41 +0100
commit814a819e79dd52e6cfb94741585956eacf54815d (patch)
treebfb6e4e514f49368c22b6ac7536c2e38054514d5 /dev-perl/Module-Path
parentdev-perl/Module-Refresh: add 0.180.0 (diff)
downloadgentoo-814a819e79dd52e6cfb94741585956eacf54815d.tar.gz
gentoo-814a819e79dd52e6cfb94741585956eacf54815d.tar.bz2
gentoo-814a819e79dd52e6cfb94741585956eacf54815d.zip
dev-perl/Module-Path: update DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
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