commit: 772f2d3a57bb4bc21d71628a272c106f598e6749
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 16:05:20 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 15:14:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772f2d3a
dev-perl/DBIx-Migration: Prune POD Author tests
Package-Manager: portage-2.3.2
dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild
b/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild
index efb2523..35c7db0 100644
--- a/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild
+++ b/dev-perl/DBIx-Migration/DBIx-Migration-0.70.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$
@@ -25,3 +25,8 @@ DEPEND="${RDEPEND}
)"
SRC_TEST=do
+
+src_prepare() {
+ use test && perl_rm_files t/02pod.t t/03podcoverage.t
+ perl-module_src_prepare
+}