Skip to content

Commit 52e5cc3

Browse files
committed
3.2.0 release
1 parent 4ff6535 commit 52e5cc3

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

Geo-IPinfo/Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ Revision history for Geo-IPinfo
3131

3232
3.1.2 Nov 13, 2025
3333
Add missing Lite API files to release package
34+
35+
3.2.0 Nov 21, 2025
36+
Add IPinfoCore to support Core API
37+
Add IPinfoPlus to support Plus API

Geo-IPinfo/lib/Geo/IPinfo.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Geo::Details;
1111
use Net::CIDR;
1212
use Net::CIDR::Set;
1313

14-
our $VERSION = '3.1.2';
14+
our $VERSION = '3.2.0';
1515
use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616
use constant DEFAULT_CACHE_TTL => 86_400;
1717
use constant DEFAULT_TIMEOUT => 2;
@@ -1389,7 +1389,7 @@ Geo::IPinfo - The official Perl library for IPinfo.
13891389
13901390
=head1 VERSION
13911391
1392-
Version 3.1.2
1392+
Version 3.2.0
13931393
13941394
=cut
13951395

Geo-IPinfo/lib/Geo/IPinfoCore.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Geo::DetailsCore;
1111
use Net::CIDR;
1212
use Net::CIDR::Set;
1313

14-
our $VERSION = '3.1.2';
14+
our $VERSION = '3.2.0';
1515
use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616
use constant DEFAULT_CACHE_TTL => 86_400;
1717
use constant DEFAULT_TIMEOUT => 2;
@@ -62,7 +62,7 @@ sub new {
6262
: DEFAULT_TIMEOUT;
6363

6464
my $header = HTTP::Headers->new();
65-
$header->header( 'User-Agent' => 'IPinfoClient/Perl/3.1.2' );
65+
$header->header( 'User-Agent' => 'IPinfoClient/Perl/3.2.0' );
6666
$header->header( 'Accept' => 'application/json' );
6767
$header->header( 'Content-Type' => 'application/json' );
6868

Geo-IPinfo/lib/Geo/IPinfoLite.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Geo::DetailsLite;
1111
use Net::CIDR;
1212
use Net::CIDR::Set;
1313

14-
our $VERSION = '3.1.2';
14+
our $VERSION = '3.2.0';
1515
use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616
use constant DEFAULT_CACHE_TTL => 86_400;
1717
use constant DEFAULT_TIMEOUT => 2;

Geo-IPinfo/lib/Geo/IPinfoPlus.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Geo::DetailsPlus;
1111
use Net::CIDR;
1212
use Net::CIDR::Set;
1313

14-
our $VERSION = '3.1.2';
14+
our $VERSION = '3.2.0';
1515
use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616
use constant DEFAULT_CACHE_TTL => 86_400;
1717
use constant DEFAULT_TIMEOUT => 2;
@@ -62,7 +62,7 @@ sub new {
6262
: DEFAULT_TIMEOUT;
6363

6464
my $header = HTTP::Headers->new();
65-
$header->header( 'User-Agent' => 'IPinfoClient/Perl/3.1.2' );
65+
$header->header( 'User-Agent' => 'IPinfoClient/Perl/3.2.0' );
6666
$header->header( 'Accept' => 'application/json' );
6767
$header->header( 'Content-Type' => 'application/json' );
6868

0 commit comments

Comments
 (0)