Diff Config-MVP-Reader-INI-2.101.464 with a Config-MVP-Reader-INI-2.101.465

/usr/portage/dev-perl/Config-MVP-Reader-INI/Config-MVP-Reader-INI-2.101.465.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 4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=RJBS
7
DIST_VERSION=2.101464
7
DIST_VERSION=2.101465
8 8
inherit perl-module
9 9

  
10
DESCRIPTION="an MVP config reader for .ini files"
10
DESCRIPTION="MVP config reader for .ini files"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="amd64 ~x86"
......
18 18
	dev-perl/Moose
19 19
	virtual/perl-parent
20 20
"
21
BDEPEND="${RDEPEND}
21
BDEPEND="
22
	${RDEPEND}
22 23
	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
23 24
	test? (
24 25
		>=virtual/perl-Test-Simple-0.960.0
Thank you!