diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-04 15:29:24 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-04 15:29:24 +1200 |
commit | 3eaa8a75142a648da13d4bdd4685669d949cb117 (patch) | |
tree | 8060806a76732fff0b34fe0b9e98d271c86edefe /dev-perl/Test-Warn | |
parent | dev-perl/Text-CSV_XS: Remove POD Author Tests (diff) | |
download | gentoo-3eaa8a75142a648da13d4bdd4685669d949cb117.tar.gz gentoo-3eaa8a75142a648da13d4bdd4685669d949cb117.tar.bz2 gentoo-3eaa8a75142a648da13d4bdd4685669d949cb117.zip |
dev-perl/Test-Warn: Remove POD Author tests
This slightly improves the keywording situation on arm64, s390 and sh,
and reduces the dependency tree from unnecessary complexity for everyone else.
( arm64, s390 and sh are all still unsatisfied for Sub-UpLevel )
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm hppa ia64 m68k mips nios2 ppc ppc64 riscv sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/Test-Warn')
-rw-r--r-- | dev-perl/Test-Warn/Test-Warn-0.240.0-r1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Warn/Test-Warn-0.240.0-r1.ebuild b/dev-perl/Test-Warn/Test-Warn-0.240.0-r1.ebuild index c4fd0ee41a89..d5e3965efacb 100644 --- a/dev-perl/Test-Warn/Test-Warn-0.240.0-r1.ebuild +++ b/dev-perl/Test-Warn/Test-Warn-0.240.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$ @@ -18,7 +18,11 @@ RDEPEND=">=dev-perl/Sub-Uplevel-0.12 dev-perl/Tree-DAG_Node virtual/perl-Test-Simple virtual/perl-File-Spec" -DEPEND="test? ( ${RDEPEND} - dev-perl/Test-Pod )" +DEPEND="test? ( ${RDEPEND} )" SRC_TEST="do" + +src_test() { + perl_rm_files t/pod.t + perl-module_src_test +} |