Subject: | Typo, that leads to the annoying warning |
Hi.
Net::DNS::Resolver::MSWin32, line 77:
my $searchlist = lc $reg_tcpip->GetValue('SearchList') || '';
better to write as:
my $searchlist = lc ($reg_tcpip->GetValue('SearchList') || '');
This queue is for tickets about the Win32-IPHelper CPAN distribution.
The Basics
People
|
Bug Information
|