summaryrefslogtreecommitdiff
blob: 54575101c5c009d6d856077193917e8ce8537062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
MODULE_AUTHOR=EXODIST
MODULE_VERSION=0.007
inherit perl-module

DESCRIPTION='Functions for accessing a hashes internal iterator.'
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=""
DEPEND="
	${RDEPEND}
	>=virtual/perl-Module-Build-0.400.0
	virtual/perl-ExtUtils-CBuilder
	>=virtual/perl-ExtUtils-ParseXS-3.150.0
	test? (
		>=dev-perl/Fennec-2.004
	)
"