Diff Params-ValidationCompiler-0.300.0 with a Params-ValidationCompiler-0.310.0

/usr/portage/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.310.0.ebuild 2023-10-09 14:52:29.912368361 +0300
1
# Copyright 1999-2022 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=DROLSKY
7
DIST_VERSION=0.30
7
DIST_VERSION=0.31
8 8
DIST_EXAMPLES=("eg/*")
9 9
inherit perl-module
10 10

  
11 11
DESCRIPTION="Build an optimized subroutine parameter validator once, use it forever"
12

  
13
LICENSE="Artistic-2"
12 14
SLOT="0"
13 15
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
14
LICENSE="Artistic-2"
16
IUSE="minimal"
15 17

  
16 18
RDEPEND="
17 19
	virtual/perl-Carp
......
19 21
	dev-perl/Exception-Class
20 22
	virtual/perl-Exporter
21 23
	>=virtual/perl-Scalar-List-Utils-1.400.0
24
	!minimal? ( >=dev-perl/Class-XSAccessor-1.170.0 )
22 25
"
23

  
24
BDEPEND="${RDEPEND}
26
BDEPEND="
27
	${RDEPEND}
25 28
	virtual/perl-ExtUtils-MakeMaker
26 29
	test? (
27 30
		virtual/perl-File-Spec
Thank you!