diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-09 01:49:07 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-09 01:49:29 +1200 |
commit | e9eb348fdf3be2615fe67f3016f8711eec7a40c0 (patch) | |
tree | 0b88a8950343d9f20fe46519ef8dc47a2aa6f02d /dev-perl/Tie-Array-Sorted | |
parent | dev-perl/Text-Password-Pronounceable: Remove POD author tests. (diff) | |
download | gentoo-e9eb348fdf3be2615fe67f3016f8711eec7a40c0.tar.gz gentoo-e9eb348fdf3be2615fe67f3016f8711eec7a40c0.tar.bz2 gentoo-e9eb348fdf3be2615fe67f3016f8711eec7a40c0.zip |
dev-perl/Tie-Array-Sorted: Remove POD Author tests.
Not useful in 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"
Diffstat (limited to 'dev-perl/Tie-Array-Sorted')
-rw-r--r-- | dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r1.ebuild b/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r1.ebuild index d7d4e2c029fd..ce48e211ec69 100644 --- a/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r1.ebuild +++ b/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.410.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,11 @@ KEYWORDS="amd64 ia64 ~ppc sparc x86" IUSE="test" RDEPEND="" -DEPEND="test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" +DEPEND="test? ( virtual/perl-Test-Simple )" SRC_TEST="do" + +src_test() { + perl_rm_files t/pod.t t/pod-coverage.t + perl-module_src_test +} |