summaryrefslogtreecommitdiff
blob: 400d59b41b963b5e3fa7a437ebfe4705bf73763d (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=2
MODULE_AUTHOR=PJF
MODULE_VERSION="2.06"
inherit perl-module

DESCRIPTION="Replace functions with ones that succeed or die with lexical scope"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+system"
COMMON_DEPEND="
	system? (
		>=dev-perl/IPC-System-Simple-0.12
	)
"
DEPEND="
	${COMMON_DEPEND}
"
RDEPEND="
	${COMMON_DEPEND}
"
SRC_TEST="do"