Diff Test2-Suite-0.0.144 with a Test2-Suite-0.0.155

/usr/portage/dev-perl/Test2-Suite/Test2-Suite-0.0.155.ebuild 2023-10-09 14:52:29.936368361 +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=EXODIST
7
DIST_VERSION=0.000144
7
DIST_VERSION=0.000155
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="A rich set of tools built upon the Test2 framework"
11 11
SLOT="0"
12 12
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
13 13

  
14
# Module-Pluggable is just suggested now
14 15
RDEPEND="
15 16
	virtual/perl-Carp
16 17
	virtual/perl-Data-Dumper
17 18
	virtual/perl-Exporter
18
	>=dev-perl/Importer-0.24.0
19 19
	>=dev-perl/Module-Pluggable-2.700.0
20 20
	virtual/perl-Scalar-List-Utils
21
	dev-perl/Scope-Guard
22
	>=dev-perl/Sub-Info-0.2.0
23 21
	>=dev-perl/Term-Table-0.13.0
24 22
	>=virtual/perl-Test-Simple-1.302.176
25 23
	virtual/perl-Time-HiRes
Thank you!