1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: fix skip count
Origin: https://github.com/Perl-Email-Project/Email-Valid/issues/53#issuecomment-1175771955
Author: toddr
Reviewed-by: gregor herrmann <[email protected]>
Last-Update: 2022-07-08
--- a/t/valid.t
b/t/valid.t
@@ -129,7 129,7 @@
SKIP: {
skip "No online tests during Debian build.", 4;
- 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=> '[email protected]', -mxcheck => 1) };
if (
|