Diff Sub-HandlesVia-0.16.0 with a Sub-HandlesVia-0.50.0

/usr/portage/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild 2023-10-09 14:52:29.924368361 +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 4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=TOBYINK
7
DIST_VERSION=0.016
7
DIST_VERSION=0.050000
8 8
inherit perl-module
9 9

  
10
DESCRIPTION="alternative handles_via implementation"
10
DESCRIPTION="Alternative handles_via implementation"
11 11
SLOT="0"
12 12
KEYWORDS="amd64 ~hppa ppc ~riscv x86"
13 13

  
14 14
RDEPEND="
15 15
	dev-perl/Class-Method-Modifiers
16
	dev-perl/Class-Tiny
17 16
	dev-perl/Exporter-Tiny
18 17
	>=virtual/perl-Scalar-List-Utils-1.540.0
18
	>=dev-perl/Role-Hooks-0.8.0
19 19
	dev-perl/Role-Tiny
20 20
	>=dev-perl/Type-Tiny-1.4.0
21 21
"
22
BDEPEND="${RDEPEND}
22
BDEPEND="
23
	${RDEPEND}
23 24
	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
24 25
	test? (
25 26
		dev-perl/Test-Fatal
Thank you!