summaryrefslogtreecommitdiff
path: root/dev-perl/Email-Valid/files/Email-Valid-1.203.0-fix-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Email-Valid/files/Email-Valid-1.203.0-fix-tests.patch')
-rw-r--r--dev-perl/Email-Valid/files/Email-Valid-1.203.0-fix-tests.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/Email-Valid/files/Email-Valid-1.203.0-fix-tests.patch b/dev-perl/Email-Valid/files/Email-Valid-1.203.0-fix-tests.patch
deleted file mode 100644
index ed0a79f5c0ae..000000000000
--- a/dev-perl/Email-Valid/files/Email-Valid-1.203.0-fix-tests.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-https://bugs.gentoo.org/865747
-https://github.com/Perl-Email-Project/Email-Valid/issues/53
-https://github.com/Perl-Email-Project/Email-Valid/pull/55
-
-From 1df5718b709824fa6d821ed4f10decd893c40fc8 Mon Sep 17 00:00:00 2001
-From: Mark Gardner <mjgardner@cpan.org>
-Date: Sat, 10 Sep 2022 17:10:31 -0500
-Subject: [PATCH] Fix skip count for DNS missing
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Fixes #53 per @toddr’s patch
---- a/t/valid.t
-+++ b/t/valid.t
-@@ -128,7 +128,7 @@ ok(
- );
-
- SKIP: {
-- skip "your dns appears missing or failing to resolve", 3
-+ skip "your dns appears missing or failing to resolve", 4
- unless eval { $v->address(-address=> 'devnull@pobox.com', -mxcheck => 1) };
-
- if (
-