Subject: | Range of IPs translate incorrectly |
Using latest(2.27) version.
Perl 5.8.8
Using CentOS: Linux 2.6.18-128.2.1.el5 #1 SMP Tue Jul 14 06:36:37 EDT
2009 x86_64 x86_64 x86_64 GNU/Linux
32.164.8.203 and most of the ranges around it are US IP's but seem to
return GB(great britan) from inet_ntocc.
Example code:
use IP::Country::Fast;
my $reg = IP::Country::Fast->new();
my $country = $reg->inet_ntocc( 32.164.8.203 );
warn $country; # GB
# 32.106.104.255 and 33.164.8.204 were tried as well as and was returned
as GB