Diff Carp-Assert-More-2.0.1 with a Carp-Assert-More-2.3.0

/usr/portage/dev-perl/Carp-Assert-More/Carp-Assert-More-2.3.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 4
EAPI=8
......
7 7
inherit perl-module
8 8

  
9 9
DESCRIPTION="Convenience assertions for common situations"
10

  
10 11
LICENSE="Artistic-2"
11 12
SLOT="0"
12 13
KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
......
15 16
	virtual/perl-Carp
16 17
	virtual/perl-Scalar-List-Utils
17 18
"
18
BDEPEND="${RDEPEND}
19
BDEPEND="
20
	${RDEPEND}
19 21
	virtual/perl-ExtUtils-MakeMaker
20 22
	test? (
21 23
		dev-perl/Test-Exception
Thank you!