Diff Data-Compare-1.270.0-r1 with a Data-Compare-1.290.0

/usr/portage/dev-perl/Data-Compare/Data-Compare-1.290.0.ebuild 2023-10-09 14:52:29.840368359 +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

  
6 6
DIST_AUTHOR=DCANTRELL
7
DIST_VERSION=1.27
7
DIST_VERSION=1.29
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Compare perl data structures"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
14
IUSE="test"
15
RESTRICT="!test? ( test )"
16 14

  
17 15
RDEPEND="
18 16
	>=dev-perl/Clone-0.430.0
19 17
	>=dev-perl/File-Find-Rule-0.100.0
20 18
	virtual/perl-Scalar-List-Utils
21 19
"
22
BDEPEND="${RDEPEND}
20
BDEPEND="
21
	${RDEPEND}
23 22
	virtual/perl-ExtUtils-MakeMaker
24 23
	test? (
25 24
		dev-perl/Scalar-Properties
26 25
		>=virtual/perl-Test-Simple-0.880.0
27 26
	)
28 27
"
28

  
29 29
PERL_RM_FILES=(
30 30
	"t/pod.t"
31 31
)
Thank you!