Skip Menu |

This queue is for tickets about the IP-Country CPAN distribution.

Report information
The Basics
Id: 118448
Status: new
Priority: 0/
Queue: IP-Country

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

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



Subject: IP Address 107.150.62.250 isn't in the database
#!/usr/bin/env perl -wT use strict; use IP::Country; print IP::Country->new()->inet_atocc('107.150.62.250'), "\n"; gives: Use of uninitialized value in print at ./country line 6.