Сравнение Config-IniFiles-3.0.3 с Config-IniFiles-3.1.0

/usr/portage/dev-perl/Config-IniFiles/Config-IniFiles-3.1.0.ebuild 2026-09-03 20:03:05.089886961 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 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=SHLOMIF
7
DIST_VERSION=3.000003
7
DIST_VERSION=3.001000
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Module for reading .ini-style configuration files"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="amd64 ~arm64 ppc x86"
14
IUSE="test"
15
RESTRICT="!test? ( test )"
16 14

  
17 15
# needs List::Util and Scalar::Util
18 16
RDEPEND="
19
	virtual/perl-Carp
20
	virtual/perl-File-Temp
21 17
	dev-perl/IO-stringy
22 18
	>=virtual/perl-Scalar-List-Utils-1.330.0
23 19
"
......
26 22
"
27 23
BDEPEND="${RDEPEND}
28 24
	>=dev-perl/Module-Build-0.280.0
29
	virtual/perl-ExtUtils-MakeMaker
30 25
	test? (
31
		virtual/perl-Exporter
32
		virtual/perl-File-Spec
33
		virtual/perl-IO
34 26
		>=virtual/perl-Test-Simple-0.880.0
35
		virtual/perl-parent
36 27
	)
37 28
"
Спасибо!