Diff Sub-Exporter-GlobExporter-0.5.0-r1 with a Sub-Exporter-GlobExporter-0.6.0
/usr/portage/dev-perl/Sub-Exporter-GlobExporter/Sub-Exporter-GlobExporter-0.6.0.ebuild 2023-10-09 14:52:29.924368361 +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.005 |
|
7 |
DIST_VERSION=0.006 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 |
DESCRIPTION="export shared globs with Sub::Exporter collectors" |
|
10 |
DESCRIPTION="Export shared globs with Sub::Exporter collectors" |
|
11 | 11 |
SLOT="0" |
12 | 12 |
KEYWORDS="amd64 ~x86" |
13 | 13 | |
... | ... | |
15 | 15 |
dev-perl/Sub-Exporter |
16 | 16 |
virtual/perl-Scalar-List-Utils |
17 | 17 |
" |
18 |
BDEPEND="${RDEPEND} |
|
19 |
>=virtual/perl-ExtUtils-MakeMaker-6.300.0 |
|
18 |
BDEPEND=" |
|
19 |
${RDEPEND} |
|
20 |
>=virtual/perl-ExtUtils-MakeMaker-6.780.0 |
|
20 | 21 |
test? ( |
21 | 22 |
virtual/perl-File-Spec |
22 | 23 |
>=virtual/perl-Test-Simple-0.960.0 |