summaryrefslogtreecommitdiff
blob: cd7a2bb643c8e725efd54d032d6c6c68b17b79fa (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-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=RJBS
MODULE_VERSION=0.102000
inherit perl-module

DESCRIPTION="transform :list regions into =over/=back to save typing"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
	dev-perl/Moose
	>=dev-perl/Pod-Elemental-0.101.620
	dev-perl/namespace-autoclean
"
DEPEND="
	${RDEPEND}
	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
	test? (
		dev-perl/Test-Differences
		>=virtual/perl-Test-Simple-0.960.0
	)
"