libwww-perl / WWW-Mechanize

Handy web browsing in a Perl object
https://metacpan.org/pod/WWW::Mechanize
Other
68 stars 53 forks source link

WM: DNS resolver set to search a domain with wildcard DNS makes several tests fail #147

Open spazm opened 7 years ago

spazm commented 7 years ago

robin.sm...@gmail.com reported on Jul 6, 2009

These two patches should make it possible to detect if the system has a
misconfigured DNS setup and skip the live tests.

I might suggest to actually bail out instead of just skipping, as this
is a pretty severe configuration error of the OS in my opinion.

These patches are against version 1.24.

This is a copy of https://rt.cpan.org/Ticket/Display.html?id=47624

Details

Imported from Google Code issue 108 via archive

Comments

petda...@gmail.com commented on Jul 6, 2009 :

(No comment was entered for this change.)

petda...@gmail.com commented on Jul 8, 2009 :

Is this still a bummer against 1.54 or later?

robin.sm...@gmail.com commented on Jul 9, 2009 :

The versions I'm talking about is WWW::Mechanize 1.54 and Test::WWW::Mechanize 1.24.

So the answer is: yes