commit: 359e96cff00709786b7655313ce3efaf060ad808
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 23:57:59 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 12:41:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359e96cf
dev-perl/DateTime-Format-Natural: Remove POD Authortests
Package-Manager: portage-2.3.2
.../DateTime-Format-Natural-1.10.0-r1.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git
a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild
b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild
index 250b34a..a28b57e 100644
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild
+++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.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,3 +33,8 @@ DEPEND="${RDEPEND}
"
SRC_TEST=do
+
+src_test() {
+ perl_rm_files t/pod-coverage.t t/pod.t
+ perl-module_src_test
+}