blob: 1b737bd4342049c4faeacae50b263e160d917e56 [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=VPIT
MODULE_VERSION=0.06
inherit perl-module
DESCRIPTION="Perl::Critic policy against indirect method calls"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RDEPEND=">=dev-perl/indirect-0.250.0
dev-perl/Perl-Critic-Dynamic
dev-perl/Perl-Critic"
DEPEND="${RDEPEND}
test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)"
SRC_TEST=do