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

EAPI=4

MODULE_AUTHOR="RJBS"
MODULE_VERSION="0.002"

inherit perl-module perl-declaredeps

DESCRIPTION="export shared globs with Sub::Exporter collectors"

LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

bdepend-virtual Test-Simple 0.96 # Test::More

cdepend-virtual ExtUtils-MakeMaker 6.56

depend-virtual Scalar-List-Utils # Scalar::Util
depend Sub-Exporter

ddep_setup;

SRC_TEST="do"