blob: 3ced9403385fa6faad4ef55809736ebfa4ba4e79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=TOBYINK
DIST_VERSION=0.002
inherit perl-module
DESCRIPTION="Provides a 'Self' type constraint, referring to the caller class or role"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-perl/Type-Tiny
dev-perl/Role-Hooks
"
BDEPEND="
${RDEPEND}
test? (
dev-perl/Role-Tiny
)
"
|