Diff Config-MVP-2.200.12 with a Config-MVP-2.200.13

/usr/portage/dev-perl/Config-MVP/Config-MVP-2.200.13.ebuild 2023-10-09 14:52:29.832368359 +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
DIST_AUTHOR=RJBS
6
DIST_VERSION=2.200012
7
DIST_VERSION=2.200013
7 8
inherit perl-module
8 9

  
9
DESCRIPTION="multivalue-property package-oriented configuration"
10
DESCRIPTION="Multivalue-property package-oriented configuration"
10 11
SLOT="0"
11 12
KEYWORDS="amd64 ~x86"
12
IUSE="test minimal"
13
RESTRICT="!test? ( test )"
13
IUSE="minimal"
14 14

  
15 15
# r: Module::Pluggable::Object -> Module-Pluggable
16 16
# r: Moose::Role -> Moose
......
35 35
# t: lib -> perl
36 36
BDEPEND="
37 37
	${RDEPEND}
38
	virtual/perl-ExtUtils-MakeMaker
38
	>=virtual/perl-ExtUtils-MakeMaker-6.780.0
39 39
	test? (
40 40
		!minimal? (
41 41
			>=virtual/perl-CPAN-Meta-2.120.900
Thank you!