blob: 087db6118b3688bae7587683bd81146ccaf212f1 (
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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Most/Test-Most-0.21.ebuild,v 1.2 2009/07/09 16:20:16 tove Exp $
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
>=virtual/perl-Test-Simple-0.82"
DEPEND="${RDEPEND}
virtual/perl-Module-Build"
SRC_TEST=do
|