diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-15 12:57:59 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-16 01:41:55 +1300 |
commit | 359e96cff00709786b7655313ce3efaf060ad808 (patch) | |
tree | 667db022bfd8daa76ad03efb33f507ddeab5da59 /dev-perl/DateTime-Format-Natural | |
parent | dev-perl/DateTime: Bump to 1.400.0 (masked) (diff) | |
download | gentoo-359e96cff00709786b7655313ce3efaf060ad808.tar.gz gentoo-359e96cff00709786b7655313ce3efaf060ad808.tar.bz2 gentoo-359e96cff00709786b7655313ce3efaf060ad808.zip |
dev-perl/DateTime-Format-Natural: Remove POD Authortests
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/DateTime-Format-Natural')
-rw-r--r-- | dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 250b34a700c4..a28b57e4ed76 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 +} |