Diff Test-Compile-3.2.2 with a Test-Compile-3.3.0

/usr/portage/dev-perl/Test-Compile/Test-Compile-3.3.0.ebuild 2023-10-09 14:52:29.928368361 +0300
9 9

  
10 10
DESCRIPTION="Check whether Perl files compile correctly"
11 11
SLOT="0"
12
KEYWORDS="amd64 ~ia64 ppc sparc x86"
12
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
13 13

  
14 14
RDEPEND="
15 15
	>=virtual/perl-Exporter-5.680.0
16 16
	>=virtual/perl-parent-0.225.0
17 17
	>=virtual/perl-version-0.770.0
18 18
"
19
BDEPEND="${RDEPEND}
19
BDEPEND="
20
	${RDEPEND}
20 21
	>=dev-perl/Module-Build-0.380.0
21 22
	test? (
22 23
		dev-perl/Test-Exception
Thank you!