http://qs321.pair.com?node_id=11114016


in reply to Re: use Email::Valid offline
in thread use Email::Valid offline

Thank you for your reply.

I always get "unresolvable name: at C:/Strawberry/perl/vendor/lib/Email/Valid.pm line 41.", no matter what I try. Even setting $Email::Valid::Resolver = 1 makes no difference, as if no option is read by the module.

Email::Valid is up-to-date, Perl is v5.28.1

Replies are listed 'Best First'.
Re^3: use Email::Valid offline
by davido (Cardinal) on Mar 09, 2020 at 16:43 UTC

    Re-check my post: $Email::Valid::Resolver = 1 was incorrect. As far as I can tell $Email::Valid::Resolver->tcp_timeout($seconds) is correct, though doesn't seem strong enough. I apologize for the confusion.

    What version of Email::Valid and Net::DNS are you using? Line 41 of Email::Valid in the version currently available on CPAN doesn't contain code that should trigger that message.


    Dave

      Net::DNS is 1.19. Note that I am having problems updating to the latest which is 1.21. Need to understand why.

      Email::Valid is 1.202, alas up to date

        I am having problems updating to the latest which is 1.21. Need to understand why.

        That's probably a good place to spend some effort. The latest, which is actually v1.22 (as of Feb 13, 2020), shows no win32 errors, neither does v1.21.

        Are you trying to install with network disabled? Because the Net::DNS test suite implies that it requires a network connection during testing. If you want it to not run networking tests, https://metacpan.org/source/NLNETLABS/Net-DNS-1.22/README says to run with --no-online-tests option: though it said the online-test portion of the suite "will not adversely affect the outcome of test suite", so not sure why it would stop the installation. If you need help debugging that upgrade problem, post the details of the failed test and/or installation.

        looking again at test reports, v1.20 does show some win32 errors, such as mswin perl v5.24.0. I don't know enough to know whether the error shown is a network-related error, or whether it's the same as the error you are getting.