You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Dist-Zilla-Plugin-Test-Perl.../Dist-Zilla-Plugin-Test-Perl...

36 lines
680 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=JQUELIN
DIST_VERSION=3.000
inherit perl-module
DESCRIPTION="Tests to check your code against best practices"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Data-Section-0.4.0
dev-perl/Dist-Zilla
dev-perl/Moose
dev-perl/Test-Perl-Critic
dev-perl/namespace-autoclean
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.280.0
test? (
virtual/perl-File-Path
virtual/perl-File-Spec
virtual/perl-IO
>=virtual/perl-Test-Simple-0.940.0
virtual/perl-autodie
)
"
src_test() {
perl_rm_files t/release-*.t
perl-module_src_test
}