summaryrefslogtreecommitdiff
blob: 8a1e6beb1d60e6799478d781e8a43f7822995641 (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 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2

MODULE_AUTHOR=OVID
inherit perl-module

DESCRIPTION="Most commonly needed test functions and features"

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

RDEPEND="dev-perl/Exception-Class
	dev-perl/Test-Warn
	dev-perl/Test-Deep
	dev-perl/Test-Differences
	dev-perl/Test-Exception"
DEPEND="${RDEPEND}
	virtual/perl-Module-Build"

SRC_TEST=do