File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -28,3 +28,6 @@ Revision history for Geo-IPinfo
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
31+
32+ 3.1.2 Nov 13, 2025
33+ Add missing Lite API files to release package
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.1 ' ;
14+ our $VERSION = ' 3.1.2 ' ;
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.1
1392+ Version 3.1.2
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.1 ' ;
14+ our $VERSION = ' 3.1.2 ' ;
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