Diff Data-GUID-0.50.0 with a Data-GUID-0.51.0
/usr/portage/dev-perl/Data-GUID/Data-GUID-0.51.0.ebuild 2023-10-09 14:52:29.844368359 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 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.050 |
|
7 |
DIST_VERSION=0.051 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 | 10 |
DESCRIPTION="Simple interface for generating and using globally unique identifiers" |
... | ... | |
18 | 18 |
>=dev-perl/Sub-Exporter-0.900.0 |
19 | 19 |
>=dev-perl/Sub-Install-0.30.0 |
20 | 20 |
" |
21 |
BDEPEND="${RDEPEND} |
|
21 |
BDEPEND=" |
|
22 |
${RDEPEND} |
|
22 | 23 |
virtual/perl-ExtUtils-MakeMaker |
23 | 24 |
test? ( |
24 | 25 |
virtual/perl-File-Spec |