| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.012 | 8 | ~amd64 | 0 |
# 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
)
"
dev-perl/Regexp-Pattern-Perl test? ( dev-perl/Test-Exception )
dev-perl/Regexp-Pattern-Perl