commit:     0761ab77e8780dc218f98d3d1a1f07594f7920d4
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 07:41:30 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 07:41:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0761ab77

dev-perl/Test-Without-Module: Remove useless POD Tests.

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 | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild 
b/dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild
index 66e2584..8b2106f 100644
--- a/dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild
+++ b/dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild
@@ -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
+}

Reply via email to