diff --git a/Changes b/Changes index d8d2f27..28c3507 100755 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Geo::IP2Location::Lite +0.06 2015-10-21 + - Move github repo to G3S org + 0.04 2015-09-10 - Fix some warnings from uninitialized vars diff --git a/Makefile.PL b/Makefile.PL index bf00999..10981bd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,8 +23,8 @@ WriteMakefile( resources => { license => 'http://dev.perl.org/licenses/', homepage => 'https://metacpan.org/module/Geo::IP2Location::Lite', - bugtracker => 'https://github.com/leejo/geo-ip2location-lite/issues', - repository => 'https://github.com/leejo/geo-ip2location-lite' + bugtracker => 'https://github.com/G3S/geo-ip2location-lite/issues', + repository => 'https://github.com/G3S/geo-ip2location-lite' }, }, test => { diff --git a/README.md b/README.md index 7561d03..c74eac3 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ support only
- Build Status - Coverage Status + Build Status + Coverage Status
# SYNOPSIS @@ -51,7 +51,7 @@ http://www.ip2location.com # VERSION -0.05 +0.06 # AUTHOR @@ -59,7 +59,7 @@ Forked from Geo::IP2Location by Lee Johnson `leejo@cpan.org`. If you would like to contribute documentation, features, bug fixes, or anything else then please raise an issue / pull request: - https://github.com/leejo/geo-ip2location-lite + https://github.com/G3S/geo-ip2location-lite # LICENSE diff --git a/lib/Geo/IP2Location/Lite.pm b/lib/Geo/IP2Location/Lite.pm index 2b664b3..585224a 100755 --- a/lib/Geo/IP2Location/Lite.pm +++ b/lib/Geo/IP2Location/Lite.pm @@ -21,7 +21,7 @@ use warnings; use bigint; -$Geo::IP2Location::Lite::VERSION = '0.05'; +$Geo::IP2Location::Lite::VERSION = '0.06'; my $UNKNOWN = "UNKNOWN IP ADDRESS"; my $NO_IP = "MISSING IP ADDRESS"; @@ -350,8 +350,8 @@ Geo::IP2Location::Lite - Lightweight version of Geo::IP2Location with IPv4 support only =for html -Build Status -Coverage Status +Build Status +Coverage Status =head1 SYNOPSIS @@ -395,7 +395,7 @@ http://www.ip2location.com =head1 VERSION -0.05 +0.06 =head1 AUTHOR @@ -403,7 +403,7 @@ Forked from Geo::IP2Location by Lee Johnson C. If you would like to contribute documentation, features, bug fixes, or anything else then please raise an issue / pull request: - https://github.com/leejo/geo-ip2location-lite + https://github.com/G3S/geo-ip2location-lite =head1 LICENSE