dev-perl/Dist-Zilla-Plugin-ReversionOnRelease: EAPI bump

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-07-14 23:24:35 +02:00
parent 58e9d87c59
commit 59fbe88075
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -1,7 +1,7 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DIST_AUTHOR=MIYAGAWA
DIST_VERSION=0.06
@ -10,8 +10,7 @@ inherit perl-module
DESCRIPTION="Bump and reversion \$VERSION on release"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Dist-Zilla-4.200.0
>=dev-perl/Version-Next-0.2.0
@ -25,9 +24,11 @@ BDEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.880.0
)
"
PERL_RM_FILES=(
"t/author-pod-syntax.t"
)
src_test() {
local MODULES=(
"Dist::Zilla::Plugin::ReversionOnRelease ${DIST_VERSION}"