Diff Alien-Base-ModuleBuild-1.150.0 with a Alien-Base-ModuleBuild-1.170.0

/usr/portage/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.170.0.ebuild 2023-10-09 14:52:29.812368358 +0300
1
# Copyright 1999-2022 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

  
6 6
DIST_AUTHOR=PLICEASE
7
DIST_VERSION=1.15
7
DIST_VERSION=1.17
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="A Module::Build subclass for building Alien:: modules and their libraries"
......
34 34
	virtual/perl-JSON-PP
35 35
"
36 36
DEPEND="
37
	dev-perl/Module-Build
37
	>=dev-perl/Module-Build-0.400.400
38 38
"
39 39
# Test2-Suite for Test2::Require::Module and Test2::V0
40 40
BDEPEND="
41 41
	${RDEPEND}
42 42
	test? (
43
		>=dev-perl/Test2-Suite-0.0.60
43
		>=dev-perl/Test2-Suite-0.0.121
44 44
	)
45 45
"
Thank you!