Diff HTML-Form-6.70.0 with a HTML-Form-6.110.0

/usr/portage/dev-perl/HTML-Form/HTML-Form-6.110.0.ebuild 2023-10-09 14:52:29.868368360 +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
EAPI=7
4
EAPI=8
5 5

  
6
DIST_AUTHOR=OALDERS
7
DIST_VERSION=6.07
6
DIST_AUTHOR=SIMBABQUE
7
DIST_VERSION=6.11
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Class that represents an HTML form element"
......
27 27
	test? (
28 28
		virtual/perl-File-Spec
29 29
		virtual/perl-Test-Simple
30
		dev-perl/Test-Warnings
30 31
	)
31 32
"
Thank you!