# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=ETJ
DIST_VERSION=${PV}
inherit perl-module

DESCRIPTION="A collection of statistics modules in Perl Data Language"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
# Upstream META.json for this release requires PDL 2.099 in all of runtime,
# build and configure. gentoo's PDL versioning maps the perl 2.0NN form onto
# 2.NN.0, so that floor is 2.99.0 -- which matters, because of the three PDL
# versions in ::gentoo only 2.100.0 clears it and the bare atom this replaced
# was satisfied by 2.63.0 and 2.93.0 too. ExtUtils::MakeMaker runs Makefile.PL
# and is not needed once installed, so it moves to BDEPEND. Tests additionally
# want Test::PDL, which is not packaged in any repo. verified 2026-07-27
RDEPEND="
	>=dev-perl/PDL-2.99.0
"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
"