Diff Carp-Assert-0.210.0-r1 with a Carp-Assert-0.220.0

/usr/portage/dev-perl/Carp-Assert/Carp-Assert-0.220.0.ebuild 2023-10-09 14:52:29.828368359 +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
DIST_AUTHOR=NEILB
7
DIST_VERSION=0.21
6
DIST_AUTHOR=YVES
7
DIST_VERSION=0.22
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Executable comments in carp"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
14
IUSE="test"
15
RESTRICT="!test? ( test )"
16 14

  
17 15
RDEPEND="
18 16
	virtual/perl-Carp
19 17
	virtual/perl-Exporter
20 18
"
21
BDEPEND="${RDEPEND}
19
BDEPEND="
20
	${RDEPEND}
22 21
	virtual/perl-ExtUtils-MakeMaker
23 22
	test? ( >=virtual/perl-Test-Simple-0.880.0 )
24 23
"
Thank you!