NAME
Geo::IPinfoPlus - Perl module for IPinfo Plus API
SYNOPSIS
use Geo::IPinfoPlus;
my $ipinfo = Geo::IPinfoPlus->new(token => 'YOUR_TOKEN');
my $details = $ipinfo->info('8.8.8.8');
print "IP: " . $details->ip . "\n";
print "Hostname: " . $details->hostname . "\n";
print "City: " . $details->geo->city . "\n";
print "Country: " . $details->geo->country . "\n";
DESCRIPTION
Geo::IPinfoPlus provides access to the IPinfo Plus API for IP address lookups.
AUTHOR
IPinfo <support@ipinfo.io>
COPYRIGHT AND LICENSE
Copyright (c) 2025 IPinfo
Licensed under the Apache License, Version 2.0.