Diff Getopt-Long-Descriptive-0.109.0 with a Getopt-Long-Descriptive-0.111.0

/usr/portage/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.111.0.ebuild 2023-10-09 14:52:29.868368360 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=RJBS
7
DIST_VERSION=0.109
7
DIST_VERSION=0.111
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Getopt::Long with usage text"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="amd64 arm ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
14
IUSE="test minimal"
15
RESTRICT="!test? ( test )"
14
IUSE="minimal"
16 15

  
17 16
CONFLICTS="!<dev-perl/MooseX-Getopt-0.660.0"
18 17

  
19 18
# File::Basename -> perl
20 19
# List::Util, Scalar::Util -> perl-Scalar-List-Utils
21 20
# Sub::Exporter::Util -> Sub-Exporter
22
RDEPEND="${CONFLICTS}
21
RDEPEND="
22
	${CONFLICTS}
23 23
	virtual/perl-Carp
24 24
	>=virtual/perl-Getopt-Long-2.330.0
25 25
	>=dev-perl/Params-Validate-0.970.0
26 26
	virtual/perl-Scalar-List-Utils
27 27
	>=dev-perl/Sub-Exporter-0.972.0
28 28
"
29

  
30
BDEPEND="${RDEPEND}
31
	virtual/perl-ExtUtils-MakeMaker
29
BDEPEND="
30
	${RDEPEND}
31
	>=virtual/perl-ExtUtils-MakeMaker-6.780.0
32 32
	test? (
33 33
		!minimal? ( >=virtual/perl-CPAN-Meta-2.120.900 )
34 34
		>=dev-perl/CPAN-Meta-Check-0.11.0
Thank you!