dev-perl/Module-Load-Util - 0.012 (parona-overlay)

Search

Package Information

Description:
Some utility routines related to module loading
License:
|| ( Artistic GPL-1+ )

Ebuild Details

Version EAPI Keywords Slot
0.012 8 ~amd64 0
View Raw Ebuild
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR="PERLANCAR"
inherit perl-module

DESCRIPTION="Some utility routines related to module loading"

LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0"
KEYWORDS="~amd64"

IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
	dev-perl/Regexp-Pattern-Perl
"
DEPEND="
	${RDEPEND}
	test? (
		dev-perl/Test-Exception
	)
"

USE Flags

Dependencies

DEPEND

	
	dev-perl/Regexp-Pattern-Perl

	test? (
		dev-perl/Test-Exception
	)

RDEPEND

	dev-perl/Regexp-Pattern-Perl