Diff Log-Dispatch-Array-1.3.0-r1 with a Log-Dispatch-Array-1.5.0

/usr/portage/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.5.0.ebuild 2023-10-09 14:52:29.884368360 +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=RJBS
7
DIST_VERSION=1.003
7
DIST_VERSION=1.005
8 8
inherit perl-module
9 9

  
10
DESCRIPTION="log events to an array (reference)"
10
DESCRIPTION="Log events to an array (reference)"
11 11
SLOT="0"
12 12
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
13 13

  
......
15 15
	dev-perl/Log-Dispatch
16 16
	virtual/perl-parent
17 17
"
18
BDEPEND="${RDEPEND}
19
	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
18
BDEPEND="
19
	${RDEPEND}
20
	>=virtual/perl-ExtUtils-MakeMaker-6.780.0
20 21
	test? (
22
		virtual/perl-File-Spec
21 23
		dev-perl/Test-Deep
22 24
		>=virtual/perl-Test-Simple-0.960.0
23 25
	)
Thank you!