summaryrefslogtreecommitdiff
blob: 38015c7472c39866af3dc1e733c6a074d874cdf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

MODULE_AUTHOR=GBARR
MODULE_VERSION=1.03
inherit perl-module

DESCRIPTION="Restrict which sub are exported by a role"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
	>=virtual/perl-Attribute-Handlers-0.88
	>=dev-perl/Moose-0.900.0
"
DEPEND="${RDEPEND}"

SRC_TEST="do"