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

EAPI=4

MODULE_AUTHOR=CHOCOLATE
MODULE_VERSION=2.75
inherit perl-module

DESCRIPTION="Call methods on native types"

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

RDEPEND="
	>=dev-perl/Scope-Guard-0.20
"
DEPEND="
	${RDEPEND}
	test? (
		dev-perl/Test-Pod
	)
"
SRC_TEST=do