diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-10 05:05:20 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-11 04:14:49 +1300 |
commit | 772f2d3a57bb4bc21d71628a272c106f598e6749 (patch) | |
tree | 3c3068aa6941ef8f6bac58d590fe0a0ef5c37123 /dev-perl | |
parent | games-engines/scummvm: Use libsdl2 (bug #599394). (diff) | |
download | gentoo-772f2d3a57bb4bc21d71628a272c106f598e6749.tar.gz gentoo-772f2d3a57bb4bc21d71628a272c106f598e6749.tar.bz2 gentoo-772f2d3a57bb4bc21d71628a272c106f598e6749.zip |
dev-perl/DBIx-Migration: Prune POD Author tests
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 efb25231ab74..35c7db0b7d72 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 +} |