diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-07 02:02:42 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-07 02:55:49 +1200 |
commit | 6f81c011a4f88c84b9f1e9b7e3a28c57f0e0e629 (patch) | |
tree | 470c039c347c566f45caa7117704afb3db4517b6 /dev-perl/XML-DOM-XPath | |
parent | dev-perl/Locale-Maketext-Lexicon: Remove POD Author tests (diff) | |
download | gentoo-6f81c011a4f88c84b9f1e9b7e3a28c57f0e0e629.tar.gz gentoo-6f81c011a4f88c84b9f1e9b7e3a28c57f0e0e629.tar.bz2 gentoo-6f81c011a4f88c84b9f1e9b7e3a28c57f0e0e629.zip |
dev-perl/XML-DOM-XPath: Remove POD Author tests.
Not useful for 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"
Diffstat (limited to 'dev-perl/XML-DOM-XPath')
-rw-r--r-- | dev-perl/XML-DOM-XPath/XML-DOM-XPath-0.140.0-r1.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/XML-DOM-XPath/XML-DOM-XPath-0.140.0-r1.ebuild b/dev-perl/XML-DOM-XPath/XML-DOM-XPath-0.140.0-r1.ebuild index 69b08aba99ea..f053198ce70a 100644 --- a/dev-perl/XML-DOM-XPath/XML-DOM-XPath-0.140.0-r1.ebuild +++ b/dev-perl/XML-DOM-XPath/XML-DOM-XPath-0.140.0-r1.ebuild @@ -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$ @@ -17,7 +17,11 @@ IUSE="test" RDEPEND="dev-perl/XML-DOM dev-perl/XML-XPathEngine" 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 +} |