Files
gentoo/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Dist-Zilla-Plugin-ReadmeFromPod-0.400.0.ebuild
Andreas K. Hüttel f286542929 dev-perl/Dist-Zilla-Plugin-ReadmeFromPod: add 0.400.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2026-03-17 16:23:32 +01:00

23 lines
456 B
Bash

# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=FAYLAND
DIST_VERSION=0.40
inherit perl-module
DESCRIPTION="dzil plugin to generate README from POD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-perl/Dist-Zilla-6.0.0
dev-perl/IO-String
dev-perl/Moose
>=dev-perl/Path-Tiny-0.4.0
>=dev-perl/Pod-Readme-1.2.0
>=virtual/perl-Scalar-List-Utils-1.330.0
"
BDEPEND="${RDEPEND}"