dev-perl/Hook-LexWrap: Remove unwanted POD Author tests.
authorKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 10:16:23 +0000 (22:16 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 11:53:39 +0000 (23:53 +1200)
Free dependencies that offer relatively no value are not
useful to gentoo users.

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"

dev-perl/Hook-LexWrap/Hook-LexWrap-0.250.0.ebuild

index 35ac3db48b794a671c3b694a519e39dbe5dd34c7..c82da67aecf2a4580bc5373ed278dfe21b5330a9 100644 (file)
@@ -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$
 
@@ -23,8 +23,12 @@ DEPEND="${RDEPEND}
        test? (
                virtual/perl-File-Spec
                virtual/perl-Test-Simple
-               dev-perl/Test-Pod
        )
 "
 
 SRC_TEST="do parallel"
+
+src_test() {
+       perl_rm_files t/pod.t
+       perl-module_src_test
+}