summaryrefslogtreecommitdiff
blob: 8b06125550f4a76aeb411c30083677fb63e311cb (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
25
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
MODULE_AUTHOR=BOBTFISH
MODULE_VERSION=0.006
inherit perl-module perl-declaredeps

DESCRIPTION="ClassName type constraint with coercion toload the class."
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

depend Class-Load 0.06
depend MooseX-Types 0.22
depend namespace-clean

test-depend Moose
test-depend-virtual Test-Simple 0.88 # Test::More

cdepend-virtual ExtUtils-MakeMaker 6.42

ddep_setup
SRC_TEST="do"