Diff DBIx-SearchBuilder-1.710.0 with a DBIx-SearchBuilder-1.760.0

/usr/portage/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.760.0.ebuild 2023-10-09 14:52:29.840368359 +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 4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=BPS
7
DIST_VERSION=1.71
7
DIST_VERSION=1.76
8 8
DIST_EXAMPLES=("ex/*")
9 9
inherit perl-module
10 10

  
......
25 25
	dev-perl/Want
26 26
	>=dev-perl/capitalization-0.30.0
27 27
"
28
BDEPEND="${RDEPEND}
29
	>=virtual/perl-ExtUtils-MakeMaker-6.360.0
28
BDEPEND="
29
	${RDEPEND}
30
	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
30 31
	test? (
31 32
		>=virtual/perl-Test-Simple-0.520.0
32 33
		dev-perl/DBD-SQLite
Thank you!