Diff HTML-TableContentParser-0.304.0 with a HTML-TableContentParser-0.305.0

/usr/portage/dev-perl/HTML-TableContentParser/HTML-TableContentParser-0.305.0.ebuild 2023-10-09 14:52:29.872368360 +0300
1 1
# Copyright 1999-2021 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=WYANT
7
DIST_VERSION=0.304
7
DIST_VERSION=0.305
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Do interesting things with the contents of tables"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="~amd64 x86"
14
IUSE=""
15 14

  
16 15
RDEPEND="
17 16
	virtual/perl-Carp
Thank you!