summaryrefslogtreecommitdiff
blob: 7723b06a43a68f07effbcb3ddf45e7df54a73218 (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
26
27
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="4"
MODULE_AUTHOR=RJBS
MODULE_VERSION=0.002
inherit perl-module perl-declaredeps

DESCRIPTION="teach ->new to accept single, non-hashref arguments"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

bdepend Moose
bdepend-virtual Test-Simple 0.96 # Test-More 0.960.0

cdepend-virtual ExtUtils-MakeMaker 6.56 # 6.560.0

# depend Moose-Util-TypeConstraints # Moose
depend Moose # ^^
depend MooseX-Role-Parameterized
depend namespace-autoclean

ddep_setup

SRC_TEST="do"