Skip to content

Commit 0dc5454

Browse files
committed
3.1.2 release
1 parent ae46d06 commit 0dc5454

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Geo-IPinfo/Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Geo-IPinfo/lib/Geo/IPinfo.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Geo::Details;
1111
use Net::CIDR;
1212
use Net::CIDR::Set;
1313

14-
our $VERSION = '3.1.1';
14+
our $VERSION = '3.1.2';
1515
use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616
use constant DEFAULT_CACHE_TTL => 86_400;
1717
use 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

Geo-IPinfo/lib/Geo/IPinfoLite.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Geo::DetailsLite;
1111
use Net::CIDR;
1212
use Net::CIDR::Set;
1313

14-
our $VERSION = '3.1.1';
14+
our $VERSION = '3.1.2';
1515
use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616
use constant DEFAULT_CACHE_TTL => 86_400;
1717
use constant DEFAULT_TIMEOUT => 2;

0 commit comments

Comments
 (0)