Diff Email-LocalDelivery-1.200.0-r3 with a Email-LocalDelivery-1.201.0

/usr/portage/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.201.0.ebuild 2023-10-09 14:52:29.856368359 +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
5 5

  
6 6
DIST_AUTHOR=RJBS
7
DIST_VERSION=1.200
7
DIST_VERSION=1.201
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Local delivery of RFC2822 message format and headers"
......
19 19
	virtual/perl-File-Path
20 20
	>=dev-perl/File-Path-Expand-1.10.0
21 21
"
22
BDEPEND="${RDEPEND}
23
	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
22
BDEPEND="
23
	${RDEPEND}
24
	>=virtual/perl-ExtUtils-MakeMaker-6.780.0
24 25
	test? (
25 26
		dev-perl/Capture-Tiny
26 27
		>=virtual/perl-Test-Simple-0.960.0
Thank you!