diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-05 19:41:30 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-05 19:41:48 +1200 |
commit | 0761ab77e8780dc218f98d3d1a1f07594f7920d4 (patch) | |
tree | 1c763ed0e171701c4e881f0e167d7c0319ce5a8b | |
parent | sci-mathematics/octave: Switch to media-gfx/imagemagick by default (diff) | |
download | gentoo-0761ab77e8780dc218f98d3d1a1f07594f7920d4.tar.gz gentoo-0761ab77e8780dc218f98d3d1a1f07594f7920d4.tar.bz2 gentoo-0761ab77e8780dc218f98d3d1a1f07594f7920d4.zip |
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"
-rw-r--r-- | dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild | 8 |
1 files 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 66e2584ade81..8b2106f87787 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 +} |