blob: 11c94aab1e8742af79fb4f99d81489900fcc1ab6 [file] [log] [blame]
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=ETHER
DIST_VERSION=0.29
inherit perl-module
DESCRIPTION="Keep imports out of your namespace"
SLOT="0"
KEYWORDS="*"
IUSE="test"
RDEPEND="
>=dev-perl/B-Hooks-EndOfScope-0.120.0
virtual/perl-Scalar-List-Utils
dev-perl/Sub-Identify
>=dev-perl/namespace-clean-0.200.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Carp
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
virtual/perl-Scalar-List-Utils
>=virtual/perl-Test-Simple-0.880.0
dev-perl/Test-Needs
)
"