Diff Tie-Cycle-1.226.0 with a Tie-Cycle-1.227.0

/usr/portage/dev-perl/Tie-Cycle/Tie-Cycle-1.227.0.ebuild 2023-10-09 14:52:29.936368361 +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=BDFOY
7
DIST_VERSION=1.226
7
DIST_VERSION=1.227
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Cycle through a list of values via a scalar"
11

  
11 12
LICENSE="Artistic-2"
12 13
SLOT="0"
13 14
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
14 15

  
15
PATCHES=( "${FILESDIR}/${PN}-1.225-nopodtests.patch" )
16

  
17
PERL_RM_FILES=( "t/pod.t" "t/pod_coverage.t" )
18

  
19 16
RDEPEND="
20 17
	virtual/perl-Carp
21 18
"
22
BDEPEND="${RDEPEND}
19
BDEPEND="
20
	${RDEPEND}
23 21
	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
24 22
	virtual/perl-File-Spec
25 23
	test? (
26 24
		>=virtual/perl-Test-Simple-0.950.0
27 25
	)
28 26
"
27

  
28
PATCHES=( "${FILESDIR}/${PN}-1.225-nopodtests.patch" )
29

  
30
PERL_RM_FILES=( "t/pod.t" "t/pod_coverage.t" )
Thank you!