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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6466F158095 for ; Sat, 20 Aug 2022 01:16:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AA86E07DB; Sat, 20 Aug 2022 01:16:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6372FE07DB for ; Sat, 20 Aug 2022 01:16:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 592DB340DA4 for ; Sat, 20 Aug 2022 01:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 759D656C for ; Sat, 20 Aug 2022 01:16:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1660958190.423a63c9a4506323f013587a1ee307542d3cb21b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Valid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Email-Valid/Email-Valid-1.203.0.ebuild X-VCS-Directories: dev-perl/Email-Valid/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 423a63c9a4506323f013587a1ee307542d3cb21b X-VCS-Branch: master Date: Sat, 20 Aug 2022 01:16:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 84fae3e2-275e-4ac0-b82d-10313a2bceeb X-Archives-Hash: cebf6eb870eb51f0d9238df6d5a29326 commit: 423a63c9a4506323f013587a1ee307542d3cb21b Author: Sam James gentoo org> AuthorDate: Sat Aug 20 01:16:30 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 20 01:16:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423a63c9 dev-perl/Email-Valid: run tests verbosely Can't reproduce the error so let's see. Bug: https://bugs.gentoo.org/865747 Signed-off-by: Sam James gentoo.org> dev-perl/Email-Valid/Email-Valid-1.203.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-perl/Email-Valid/Email-Valid-1.203.0.ebuild b/dev-perl/Email-Valid/Email-Valid-1.203.0.ebuild index 1685432397ef..a8fa9a5177c1 100644 --- a/dev-perl/Email-Valid/Email-Valid-1.203.0.ebuild +++ b/dev-perl/Email-Valid/Email-Valid-1.203.0.ebuild @@ -5,6 +5,7 @@ EAPI=8 DIST_AUTHOR=RJBS DIST_VERSION=1.203 +DIST_TEST="do verbose" inherit perl-module DESCRIPTION="Check validity of Internet email addresses"