From: Kent Fredric Date: Sat, 6 Aug 2016 12:46:31 +0000 (+1200) Subject: dev-perl/Array-Compare: Remove POD Author Tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=242f5415e4d74808182d1e650f8c6b1245d84d08;p=gentoo.git dev-perl/Array-Compare: Remove POD Author Tests Not useful for Gentoo. Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd" --- diff --git a/dev-perl/Array-Compare/Array-Compare-2.20.0-r1.ebuild b/dev-perl/Array-Compare/Array-Compare-2.20.0-r1.ebuild index a8afc3571500..3b291b8a9677 100644 --- a/dev-perl/Array-Compare/Array-Compare-2.20.0-r1.ebuild +++ b/dev-perl/Array-Compare/Array-Compare-2.20.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,6 +20,9 @@ RDEPEND="dev-perl/Moose" DEPEND=">=dev-perl/Module-Build-0.28 test? ( ${RDEPEND} dev-perl/Test-NoWarnings - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" + +src_test() { + perl_rm_files t/pod.t t/pod_coverage.t + perl-module_src_test +}