gentoo/dev-perl/Data-Random/Data-Random-0.140.0.ebuild
Sam James 871dc23c14
dev-perl/Data-Random: add 0.140.0
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-29 06:49:22 +00:00

30 lines
501 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=BAREFOOT
DIST_VERSION=0.14
DIST_WIKI="features tests"
inherit perl-module
DESCRIPTION="Module used to generate random data"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
>=dev-perl/File-ShareDir-Install-0.60.0
test? (
dev-perl/Test-MockTime
)
"
PERL_RM_FILES=(
"t/author-pod-syntax.t"
"t/z0_pod.t"
"t/z1_pod-coverage.t"
)