Diff Term-Table-0.15.0 with a Term-Table-0.16.0

/usr/portage/dev-perl/Term-Table/Term-Table-0.16.0.ebuild 2023-10-09 14:52:29.928368361 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=EXODIST
7
DIST_VERSION=0.015
7
DIST_VERSION=0.016
8 8
inherit perl-module optfeature
9 9

  
10 10
DESCRIPTION="Format a header and rows into a table"
......
18 18
	>=dev-perl/Importer-0.24.0
19 19
	virtual/perl-Scalar-List-Utils
20 20
"
21
DEPEND="${RDEPEND}
21
DEPEND="
22
	${RDEPEND}
22 23
	virtual/perl-ExtUtils-MakeMaker
23 24
	test? (
24 25
		>=virtual/perl-Test-Simple-1.302.97
Thank you!