Diff String-Truncate-1.100.602-r1 with a String-Truncate-1.100.603

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

  
6 6
DIST_AUTHOR=RJBS
7
DIST_VERSION=1.100602
7
DIST_VERSION=1.100603
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Module for when strings are too long to be displayed in..."
......
17 17
	>=dev-perl/Sub-Exporter-0.953.0
18 18
	>=dev-perl/Sub-Install-0.30.0
19 19
"
20
BDEPEND="${RDEPEND}
21
	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
20
BDEPEND="
21
	${RDEPEND}
22
	>=virtual/perl-ExtUtils-MakeMaker-6.780.0
22 23
	test? (
24
		virtual/perl-File-Spec
23 25
		>=virtual/perl-Test-Simple-0.960.0
24 26
	)
25 27
"
Thank you!