dev-perl/Test-Without-Module: Remove useless POD Tests.
authorKent Fredric <kentnl@gentoo.org>
Fri, 5 Aug 2016 07:41:30 +0000 (19:41 +1200)
committerKent Fredric <kentnl@gentoo.org>
Fri, 5 Aug 2016 07:41:48 +0000 (19:41 +1200)
POD tests are just lame and break things on the best of days.

Dependencies are also lame.

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/Test-Without-Module/Test-Without-Module-0.180.0.ebuild

index 66e2584ade8126f7abdf037a8be2a141c8869c03..8b2106f87787f411fc28ae722a7cedec4c92205d 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$
 
@@ -17,8 +17,12 @@ IUSE="test"
 DEPEND="
        test? (
                dev-perl/File-Slurp
-               dev-perl/Test-Pod
        )
 "
 
 SRC_TEST=do
+
+src_test() {
+       perl_rm_files t/99-pod.t
+       perl-module_src_test
+}