From 430acfc7692407c66d7856a0bc28331c1430876d Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 15 Nov 2016 18:57:10 +0000 Subject: [PATCH] bump version; explain in Changes file --- Changes | 4 ++++ lib/IP/World.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 9f8f96c..5f3d8b0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ releases by David Cantrell: +0.39 2016-11-15 test jiggery-pokery to make sure stuff works once + . is removed from default @INC (see + http://www.nntp.perl.org/group/perl.cpan.workers/2016/11/msg1513.html) + 0.38 2016-10-27 set User-Agent in maint_ip_world_db to cope with Maxmind occasionally blocking LWP::UserAgent's default UA. Maxmind are fine with this; diff --git a/lib/IP/World.pm b/lib/IP/World.pm index e3b91fc..7ce1e72 100644 --- a/lib/IP/World.pm +++ b/lib/IP/World.pm @@ -13,7 +13,7 @@ use Exporter qw(import); require DynaLoader; our @ISA = qw(DynaLoader); -our $VERSION = '0.38'; +our $VERSION = '0.39'; our @EXPORT_OK = qw(IP_WORLD_FAST IP_WORLD_MMAP IP_WORLD_TINY IP_WORLD_TINY_PERL);