File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,11 @@ Revision history for Geo-IPinfo
2020
21213.0.0 Nov 22, 2023
2222 Inlined data files
23+
24+ 3.0.1 Aug 28, 2024
25+ No-op
26+
27+ 3.1.0 Jul 24, 2025
28+ Return the cache result if there is a cache hit
29+ Net::CIDR 0.22 fixes the non-compressed IPv6 issue; add repository metadata to Makefile.PL
30+ 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.0.2 ' ;
14+ our $VERSION = ' 3.1.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::DetailsLite;
1111use Net::CIDR;
1212use Net::CIDR::Set;
1313
14- our $VERSION = ' 3.0.2 ' ;
14+ our $VERSION = ' 3.1.0 ' ;
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