dev-perl/HTTP-Cache-Transparent: Remove POD Author Tests.
authorKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 15:52:46 +0000 (03:52 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 6 Aug 2016 15:53:02 +0000 (03:53 +1200)
Not useful on Gentoo

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/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.100.0-r1.ebuild

index fe5e4086e170a42bafa9c4001aaaf42cfb60bfb2..147561fbf8564d2e1f685659936fd44da2228812 100644 (file)
@@ -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,9 +18,11 @@ RDEPEND="dev-perl/libwww-perl
        virtual/perl-Digest-MD5
        virtual/perl-Storable"
 DEPEND="${RDEPEND}
-       test? (
-               dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage
-       )"
+       test? ( virtual/perl-Test-Simple )"
 
 SRC_TEST="do"
+
+src_test() {
+       perl_rm_files t/pod.t t/pod-coverage.t
+       perl-module_src_test
+}