Diff Dumbbench-0.501.0 with a Dumbbench-0.503.0

/usr/portage/dev-perl/Dumbbench/Dumbbench-0.503.0.ebuild 2023-10-09 14:52:29.856368359 +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=BDFOY
7
DIST_VERSION=0.501
7
DIST_VERSION=0.503
8 8
DIST_EXAMPLES=("examples/*")
9 9
inherit perl-module
10 10

  
11 11
DESCRIPTION="More reliable benchmarking with the least amount of thinking"
12 12
SLOT="0"
13 13
KEYWORDS="~amd64 ~x86"
14
IUSE="test"
15
RESTRICT="!test? ( test )"
16 14

  
17 15
RDEPEND="
18 16
	dev-perl/Capture-Tiny
......
25 23
	virtual/perl-Time-HiRes
26 24
	virtual/perl-parent
27 25
"
28

  
29
BDEPEND="${RDEPEND}
26
BDEPEND="
27
	${RDEPEND}
30 28
	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
31 29
	virtual/perl-File-Spec
32 30
	test? (
Thank you!