dev-perl/List-UtilsBy: Remove POD Author Tests
authorKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 17:35:10 +0000 (05:35 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 17:42:23 +0000 (05:42 +1200)
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/List-UtilsBy/List-UtilsBy-0.100.0.ebuild

index 4e3c7953597cd7d0c5dd83d77308bf5935d40033..ccf1036ccf8dfb908322cd6bd7e039d1a22da1b8 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$
 
@@ -16,9 +16,12 @@ IUSE="test"
 
 DEPEND="
        >=dev-perl/Module-Build-0.380.0
-       test? (
-               dev-perl/Test-Pod
-       )
+       test? ( virtual/perl-Test-Simple )
 "
 
 SRC_TEST=do
+
+src_test() {
+       perl_rm_files t/99pod.t
+       perl-module_src_test
+}