Diff Devel-FindPerl-0.15.0 with a Devel-FindPerl-0.16.0

/usr/portage/dev-perl/Devel-FindPerl/Devel-FindPerl-0.16.0.ebuild 2023-10-09 14:52:29.848368359 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5
DIST_AUTHOR=LEONT
6
DIST_VERSION=0.015
6
DIST_VERSION=0.016
7 7
inherit perl-module
8 8

  
9 9
DESCRIPTION="Find the path to your perl"
10 10
SLOT="0"
11 11
KEYWORDS="amd64 ~x86"
12
IUSE="test minimal"
13
RESTRICT="!test? ( test )"
14
# r: Cwd -> File-Spec
15
# r: File::Basename -> perl
16
# r: File::Spec::Functions -> perl
17
# r: IPC::Open2 -> perl
18
# r: Scalar::Util -> Scalar-List-Utils
19
# r: strict, warnings -> perl
12
IUSE="minimal"
13

  
20 14
RDEPEND="
21 15
	!minimal? (
22 16
		>=dev-perl/ExtUtils-Config-0.7.0
......
26 20
	virtual/perl-File-Spec
27 21
	virtual/perl-Scalar-List-Utils
28 22
"
29
# t: Test::More -> Test-Simple
30 23
BDEPEND="${RDEPEND}
31 24
	virtual/perl-ExtUtils-MakeMaker
32 25
	test? (
Thank you!