Diff Text-BibTeX-0.880.0-r1 with a Text-BibTeX-0.890.0

/usr/portage/dev-perl/Text-BibTeX/Text-BibTeX-0.890.0.ebuild 2023-10-09 14:52:29.936368361 +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 6
DIST_AUTHOR=AMBS
7
DIST_VERSION=0.88
7
DIST_VERSION=0.89
8 8
DIST_EXAMPLES=( "examples/*" "scripts/*" )
9 9

  
10 10
inherit perl-module
......
20 20
	virtual/perl-Scalar-List-Utils
21 21
	virtual/perl-Unicode-Normalize
22 22
"
23
BDEPEND="${RDEPEND}
24
	>=dev-perl/Config-AutoConf-0.160.0
23
BDEPEND="
24
	${RDEPEND}
25
	>=dev-perl/Config-AutoConf-0.320
25 26
	>=dev-perl/ExtUtils-LibBuilder-0.20.0
26 27
	>=virtual/perl-ExtUtils-CBuilder-0.270.0
27 28
	>=dev-perl/Module-Build-0.360.300
Thank you!