summaryrefslogtreecommitdiff
blob: 663fdbe48e6c77f148a5573eb647072635d3745d (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-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
MODULE_AUTHOR=KENTNL
MODULE_VERSION=1.000000
inherit perl-module

DESCRIPTION='A Very simple interface to the __DATA__ file handle.'
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

# IO::File -> IO
# Symbol -> perl
RDEPEND="
	>=virtual/perl-Carp-1.220.0
	virtual/perl-IO
	>=dev-perl/Package-Stash-0.15
	virtual/perl-Scalar-List-Utils
	virtual/perl-Term-ANSIColor
	dev-perl/Try-Tiny
	virtual/perl-parent
"
DEPEND="
	${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
"