# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 MODULE_AUTHOR=FLORA MODULE_VERSION=0.04 inherit perl-module DESCRIPTION="Type constraint based variant table" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" >=dev-perl/Moose-0.750.0 >=dev-perl/MooseX-Clone-0.30.0 >=dev-perl/MooseX-Types-Structured-0.120.0 dev-perl/Sub-Exporter " DEPEND=" ${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/Test-Exception >=virtual/perl-Test-Simple-1.1.10 ) "