summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Mail-SPF')
-rw-r--r--dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild (renamed from dev-perl/Mail-SPF/Mail-SPF-2.9.0.ebuild)6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/Mail-SPF/Mail-SPF-2.9.0.ebuild b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild
index 5d8256bccbd4..60331e401395 100644
--- a/dev-perl/Mail-SPF/Mail-SPF-2.9.0.ebuild
+++ b/dev-perl/Mail-SPF/Mail-SPF-2.9.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$
@@ -33,6 +33,10 @@ DEPEND="${RDEPEND}
SRC_TEST="do parallel"
+PERL_RM_FILES=(
+ t/90-author-pod-validation.t
+)
+
src_prepare() {
perl-module_src_prepare
sed -i -e "s:spfquery:spfquery.pl:" Build.PL || die "sed failed"