Skip Menu |

This queue is for tickets about the Win32-IPHelper CPAN distribution.

Report information
The Basics
Id: 110004
Status: new
Priority: 0/
Queue: Win32-IPHelper

People
Owner: Nobody in particular
Requestors: ZDM [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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') || '');