Diff Parallel-Iterator-1.0.0-r2 with a Parallel-Iterator-1.2.0

/usr/portage/dev-perl/Parallel-Iterator/Parallel-Iterator-1.2.0.ebuild 2023-10-09 14:52:29.908368361 +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
DIST_AUTHOR=ANDYA
7
DIST_VERSION=1.00
6
DIST_AUTHOR=ARISTOTLE
7
DIST_VERSION=1.002
8 8
DIST_EXAMPLES=( "examples/*" )
9 9
inherit perl-module
10 10

  
......
17 17
	virtual/perl-IO
18 18
	virtual/perl-Storable
19 19
"
20
BDEPEND="${RDEPEND}
20
BDEPEND="
21
	${RDEPEND}
21 22
	dev-perl/Module-Build
22 23
	test? (
23 24
		virtual/perl-Test-Simple
24 25
	)
25 26
"
26

  
27
PATCHES=("${FILESDIR}/${PN}-1.00-perl-5.26.patch")
Thank you!