You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Email-Valid/files/Email-Valid-1.203.0-fix-tes...

26 lines
752 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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 @toddrs 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 (