Diff Test-MinimumVersion-0.101.82-r1 with a Test-MinimumVersion-0.101.83
/usr/portage/dev-perl/Test-MinimumVersion/Test-MinimumVersion-0.101.83.ebuild 2023-10-09 14:52:29.932368361 +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=0.101082 |
|
7 |
DIST_VERSION=0.101083 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 | 10 |
DESCRIPTION="does your code require newer perl than you think?" |
... | ... | |
20 | 20 |
>=virtual/perl-Test-Simple-0.960.0 |
21 | 21 |
>=virtual/perl-version-0.700.0 |
22 | 22 |
" |
23 |
BDEPEND="${RDEPEND} |
|
24 |
virtual/perl-ExtUtils-MakeMaker |
|
23 |
BDEPEND=" |
|
24 |
${RDEPEND} |
|
25 |
>=virtual/perl-ExtUtils-MakeMaker-6.780.0 |
|
25 | 26 |
test? ( |
26 | 27 |
>=virtual/perl-CPAN-Meta-2.120.900 |
27 | 28 |
virtual/perl-File-Spec |