File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed
Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,7 @@ Revision history for Geo-IPinfo
3131
32323.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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use Geo::Details;
1111use Net::CIDR;
1212use Net::CIDR::Set;
1313
14- our $VERSION = ' 3.1.2 ' ;
14+ our $VERSION = ' 3.2.0 ' ;
1515use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616use constant DEFAULT_CACHE_TTL => 86_400;
1717use 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use Geo::DetailsCore;
1111use Net::CIDR;
1212use Net::CIDR::Set;
1313
14- our $VERSION = ' 3.1.2 ' ;
14+ our $VERSION = ' 3.2.0 ' ;
1515use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616use constant DEFAULT_CACHE_TTL => 86_400;
1717use 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use Geo::DetailsLite;
1111use Net::CIDR;
1212use Net::CIDR::Set;
1313
14- our $VERSION = ' 3.1.2 ' ;
14+ our $VERSION = ' 3.2.0 ' ;
1515use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616use constant DEFAULT_CACHE_TTL => 86_400;
1717use constant DEFAULT_TIMEOUT => 2;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use Geo::DetailsPlus;
1111use Net::CIDR;
1212use Net::CIDR::Set;
1313
14- our $VERSION = ' 3.1.2 ' ;
14+ our $VERSION = ' 3.2.0 ' ;
1515use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616use constant DEFAULT_CACHE_TTL => 86_400;
1717use 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
You can’t perform that action at this time.
0 commit comments