Diff CGI-4.530.0 with a CGI-4.570.0

/usr/portage/dev-perl/CGI/CGI-4.570.0.ebuild 2023-10-09 14:52:29.824368359 +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=LEEJO
7
DIST_VERSION=4.53
7
DIST_VERSION=4.57
8 8
DIST_EXAMPLES=("examples/*")
9 9
inherit perl-module
10 10

  
11 11
DESCRIPTION="Simple Common Gateway Interface Class"
12

  
12 13
LICENSE="Artistic-2"
13 14
SLOT="0"
14 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 ~x64-solaris"
......
23 24
	virtual/perl-if
24 25
	>=virtual/perl-parent-0.225.0
25 26
"
26
BDEPEND="${RDEPEND}
27
BDEPEND="
28
	${RDEPEND}
27 29
	virtual/perl-ExtUtils-MakeMaker
28 30
	test? (
29 31
		virtual/perl-IO
30
		>=dev-perl/Test-Deep-0.110.0
31 32
		dev-perl/Test-NoWarnings
32 33
		>=virtual/perl-Test-Simple-0.980.0
33 34
		>=dev-perl/Test-Warn-0.300.0
Thank you!