summaryrefslogtreecommitdiff
path: root/dev-perl/Data-Random/Data-Random-0.150.0.ebuild
blob: f493e7d0e3fb74886f80e52540f4496cf79999e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=BAREFOOT
DIST_VERSION=0.15
DIST_WIKI="features tests"
inherit perl-module

DESCRIPTION="Module used to generate random data"

SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"

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"
)