diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-07 04:46:53 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-07 19:14:00 +1300 |
commit | 84edbf68312b041cddcfc8469a93db8795eba78a (patch) | |
tree | 12e02f625e61d3f008e53561f48d92262c84247f /dev-perl/DBIx-Class-InflateColumn-Boolean | |
parent | dev-python/icalendar: add python3_5 to 3.5.2 (diff) | |
download | gentoo-84edbf68312b041cddcfc8469a93db8795eba78a.tar.gz gentoo-84edbf68312b041cddcfc8469a93db8795eba78a.tar.bz2 gentoo-84edbf68312b041cddcfc8469a93db8795eba78a.zip |
dev-perl/DBIx-Class-InflateColumn-Boolean: Remove Pod author tests
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/DBIx-Class-InflateColumn-Boolean')
-rw-r--r-- | dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.2.0.ebuild | 12 |
1 files 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 f3f9549dbaff..d2a0dc6c1575 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 +} |