summaryrefslogtreecommitdiff
blob: ce5b89fa7b57065f2a12e7d6f09195890ed02a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2

MODULE_AUTHOR=PDENIS
MODULE_VERSION="0.13"
inherit perl-module

DESCRIPTION="Check syntax, presence of use strict; and test coverage"

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

RDEPEND=">=dev-perl/Devel-Cover-0.430.0
	virtual/perl-File-Spec"
DEPEND="${RDEPEND}
	test? ( dev-perl/Test-Pod
		dev-perl/Test-Pod-Coverage )"

SRC_TEST=do