Subject: | ticket #13832 (Can't locate auto/Net/DNS/Resolver.al) |
Also see ticket #13832 in the Net::DNS queue
There is a minor typo which causes failures in XML/Stream.pm line 683
Here is the fix:
s/new Net::DNS::Resolver()/Net::DNS::Resolver->new()/
--Olaf