dev-perl/PDL-Stats - 0.856-r1 (stuff)

Search

Install

Install this version:

emerge -a =dev-perl/PDL-Stats-0.856-r1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-perl/PDL-Stats-0.856-r1

Or alternatively:

emerge --autounmask-write -a =dev-perl/PDL-Stats-0.856-r1

Package Information

Description:
A collection of statistics modules in Perl Data Language

Ebuild Details

Version EAPI Keywords Slot
0.856-r1 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-perl/PDL-Stats | euse -E <flag> -p dev-perl/PDL-Stats | euse -D <flag> -p dev-perl/PDL-Stats

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-perl/PDL-2.99.0

BDEPEND

	>=dev-perl/PDL-2.99.0

	virtual/perl-ExtUtils-MakeMaker