Subject: | added support for Windows 2003 and 64bit arch |
Hi,
The CPAN module HTTP::BrowserDetect does not support, or rather, detect Windows 2000 Server, or 64bit architectures.
Please find attached version 0.99 which I believe will add support for these systems, without breaking existing methods.
Unfortunately I do not have access to all the systems I am trying to provide support for, in order to complete a full test.
# new method in proposed 0.99
if ($b->win2k3) {
print "you have a windows 2003 server\n";
}
Regards,
Andrew McGregor
Message body is not shown because it is too large.