Diff DateTimeX-Easy-0.89.0-r1 with a DateTimeX-Easy-0.91.0

/usr/portage/dev-perl/DateTimeX-Easy/DateTimeX-Easy-0.91.0.ebuild 2023-10-09 14:52:29.848368359 +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
DIST_AUTHOR=ROKR
7
DIST_VERSION=0.089
6
DIST_AUTHOR=JJNAPIORK
7
DIST_VERSION=0.091
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Parse a date/time string using the best method available"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="~amd64 ~riscv ~x86"
14
IUSE="test"
15
RESTRICT="!test? ( test )"
16 14

  
17 15
RDEPEND="
16
	virtual/perl-Carp
18 17
	dev-perl/DateTime
19 18
	dev-perl/TimeDate
20 19
	dev-perl/DateTime-Format-Flexible
......
22 21
	dev-perl/DateTime-Format-Natural
23 22
	virtual/perl-Scalar-List-Utils
24 23
"
25
BDEPEND="${RDEPEND}
24
BDEPEND="
25
	${RDEPEND}
26 26
	>=virtual/perl-ExtUtils-MakeMaker-6.31
27 27
	test? (
28 28
		dev-perl/Test-Most
Thank you!