summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-08-08 22:31:21 +1200
committerKent Fredric <kentnl@gentoo.org>2016-08-09 00:58:48 +1200
commitae91fa9fd431bf9316d767ae522443e1abe9e77c (patch)
tree9b9e213e46af324b569d46b2d4926d60807bc2fb /dev-perl/MusicBrainz-DiscID
parentdev-perl/MARC-Charset: Remove POD author tests (diff)
downloadgentoo-ae91fa9fd431bf9316d767ae522443e1abe9e77c.tar.gz
gentoo-ae91fa9fd431bf9316d767ae522443e1abe9e77c.tar.bz2
gentoo-ae91fa9fd431bf9316d767ae522443e1abe9e77c.zip
dev-perl/MusicBrainz-DiscID: Remove POD Author tests
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"
Diffstat (limited to 'dev-perl/MusicBrainz-DiscID')
-rw-r--r--dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild b/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild
index 72ae20e9ee88..72c6294ba477 100644
--- a/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild
+++ b/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.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$
@@ -21,7 +21,6 @@ DEPEND="${RDEPEND}
dev-perl/Module-Build
virtual/pkgconfig
test? (
- dev-perl/Test-Pod
virtual/perl-Test-Simple
)
"
@@ -46,3 +45,7 @@ src_install() {
docinto examples
dodoc examples/discid.pl
}
+src_test() {
+ perl_rm_files t/05pod.t
+ perl-module_src_test
+}