From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57E8C1395E2 for ; Thu, 10 Nov 2016 19:24:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1523E09AA; Thu, 10 Nov 2016 19:24:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A559EE0994 for ; Thu, 10 Nov 2016 19:24:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38448341673 for ; Thu, 10 Nov 2016 19:24:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 637A12499 for ; Thu, 10 Nov 2016 19:24:01 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1478805542.b0e0e4aa7e975381241708ad76fbf6a4cc5545ee.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-FormValidator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Data-FormValidator/Data-FormValidator-4.810.0-r1.ebuild X-VCS-Directories: dev-perl/Data-FormValidator/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b0e0e4aa7e975381241708ad76fbf6a4cc5545ee X-VCS-Branch: master Date: Thu, 10 Nov 2016 19:24:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d7961c3f-4ccc-4f38-ae19-f412e661f04d X-Archives-Hash: fa9bd183b27b57e47c71f42b106d5ff0 commit: b0e0e4aa7e975381241708ad76fbf6a4cc5545ee Author: Kent Fredric gentoo org> AuthorDate: Thu Nov 10 17:04:15 2016 +0000 Commit: Kent Fredric gentoo 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 +}