Diff SQL-Translator-1.620.0 with a SQL-Translator-1.630.0

/usr/portage/dev-perl/SQL-Translator/SQL-Translator-1.630.0.ebuild 2023-10-09 14:52:29.920368361 +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 4
EAPI=8
5 5

  
6
DIST_AUTHOR=ILMARI
7
DIST_VERSION=1.62
6
DIST_AUTHOR=VEESH
7
DIST_VERSION=1.63
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Manipulate structured data definitions (SQL and more)"
......
23 23
	dev-perl/Sub-Quote
24 24
	>=dev-perl/Try-Tiny-0.40.0
25 25
"
26
BDEPEND="${RDEPEND}
26
BDEPEND="
27
	${RDEPEND}
27 28
	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
28 29
	dev-perl/File-ShareDir-Install
29 30
	>=dev-perl/JSON-2
Thank you!