summaryrefslogtreecommitdiff
blob: 9049d155b038d678e7d50458eb88d56169e617d0 (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
29
30
31
32
33
34
35
36
37
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

MODULE_AUTHOR=DOHERTY
MODULE_VERSION=2.000005
inherit perl-module

DESCRIPTION="Release tests for the manifest"

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

# r: Dist::Zilla::Plugin::InlineFiles -> Dist-Zilla
# r: strict, warnings -> perl
RDEPEND="
	dev-perl/Dist-Zilla
	dev-perl/Moose
	dev-perl/Test-DistManifest
"
# t: IO::Handle -> IO
# t: IPC::Open3 -> perl
# t: Test::DZil -> Dist-Zilla 4.200.2
# t: Test::More -> Test-Simple
DEPEND="${RDEPEND}
	>=dev-perl/Module-Build-0.280.0
	test? (
		virtual/perl-File-Spec
		virtual/perl-IO
		>=dev-perl/Dist-Zilla-4.200.2
		>=virtual/perl-Test-Simple-0.960.0
		virtual/perl-autodie
	)
"