File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Revision history for Geo-IPinfo
24243.0.1 Aug 28, 2024
2525 No-op
2626
27- 3.1.0 Jul 24, 2025
27+ 3.1.1 Jul 24, 2025
2828 Return the cache result if there is a cache hit
2929 Net::CIDR 0.22 fixes the non-compressed IPv6 issue; add repository metadata to Makefile.PL
3030 Add IPinfoLite to support Lite 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.0 ' ;
14+ our $VERSION = ' 3.1.1 ' ;
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.0 .1
1392+ Version 3.1 .1
13931393
13941394=cut
13951395
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.0 ' ;
14+ our $VERSION = ' 3.1.1 ' ;
1515use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616use constant DEFAULT_CACHE_TTL => 86_400;
1717use constant DEFAULT_TIMEOUT => 2;
You can’t perform that action at this time.
0 commit comments