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

Search

Install

Install this version:

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

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

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

Or alternatively:

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

Package Information

Description:
A collection of statistics modules in Perl Data Language

Ebuild Details

Version EAPI Keywords Slot
0.82-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.057 at runtime and
# PDL::Core 2.008 to build and configure; gentoo's PDL versioning maps the perl
# 2.0NN form onto 2.NN.0, so 2.057 is 2.57.0. 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.57.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.57.0

BDEPEND

	>=dev-perl/PDL-2.57.0

	virtual/perl-ExtUtils-MakeMaker