File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,6 @@ Revision history for Geo-IPinfo
35353.2.0 Nov 21, 2025
3636 Add IPinfoCore to support Core API
3737 Add IPinfoPlus to support Plus API
38+
39+ 3.3.0 Jan 22, 2026
40+ Update IPinfo to support Residential Proxy Detection 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.2 .0' ;
14+ our $VERSION = ' 3.3 .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::DetailsCore;
1111use Net::CIDR;
1212use Net::CIDR::Set;
1313
14- our $VERSION = ' 3.2 .0' ;
14+ our $VERSION = ' 3.3 .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.2 .0' );
65+ $header -> header( ' User-Agent' => ' IPinfoClient/Perl/3.3 .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.2 .0' ;
14+ our $VERSION = ' 3.3 .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.2 .0' ;
14+ our $VERSION = ' 3.3 .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.2 .0' );
65+ $header -> header( ' User-Agent' => ' IPinfoClient/Perl/3.3 .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