| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR="PREACTION"
DIST_VERSION="0.001"
inherit perl-module
DESCRIPTION="Role for services to access Beam::Wire features"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-perl/Type-Tiny
dev-perl/Moo"
BDEPEND="${RDEPEND}
test? ( dev-perl/Test-Fatal )"
dev-perl/Type-Tiny dev-perl/Moo
dev-perl/Type-Tiny dev-perl/Moo test? ( dev-perl/Test-Fatal )