commit: 84edbf68312b041cddcfc8469a93db8795eba78a
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 15:46:53 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Nov 7 06:14:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84edbf68
dev-perl/DBIx-Class-InflateColumn-Boolean: Remove Pod author tests
Package-Manager: portage-2.3.2
.../DBIx-Class-InflateColumn-Boolean-0.2.0.ebuild | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git
a/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.2.0.ebuild
b/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.2.0.ebuild
index f3f9549..d2a0dc6 100644
---
a/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.2.0.ebuild
+++
b/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.2.0.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$
@@ -22,9 +22,15 @@ RDEPEND="
"
DEPEND="${RDEPEND}
test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
+ virtual/perl-Test-Simple
)
"
SRC_TEST=do
+
+src_prepare() {
+ # Module::Install causes fun problems if these are nuked after
+ # Makefile.PL
+ use test && perl_rm_files t/pod-coverage.t t/pod.t
+ perl-module_src_prepare
+}