commit: b0e0e4aa7e975381241708ad76fbf6a4cc5545ee
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 17:04:15 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 19:19:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e0e4aa
dev-perl/Data-FormValidator: Remove POD test
Package-Manager: portage-2.3.2
dev-perl/Data-FormValidator/Data-FormValidator-4.810.0-r1.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-perl/Data-FormValidator/Data-FormValidator-4.810.0-r1.ebuild
b/dev-perl/Data-FormValidator/Data-FormValidator-4.810.0-r1.ebuild
index 646e22e..ccdf18a 100644
--- a/dev-perl/Data-FormValidator/Data-FormValidator-4.810.0-r1.ebuild
+++ b/dev-perl/Data-FormValidator/Data-FormValidator-4.810.0-r1.ebuild
@@ -25,3 +25,8 @@ DEPEND="${RDEPEND}
dev-perl/Module-Build"
SRC_TEST=do
+
+src_test() {
+ perl_rm_files t/pod.t
+ perl-module_src_test
+}