You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.1....

29 lines
571 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=HAARG
DIST_VERSION=1.001002
inherit perl-module
DESCRIPTION="Load mix-ins or components to your C3-based class"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/MRO-Compat-0.90.0
>=dev-perl/Class-Inspector-1.320.0
>=dev-perl/Class-C3-0.200.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=dev-perl/Test-Exception-0.310.0
>=virtual/perl-Test-Simple-0.960.0
)
"