Skip to content

Commit

Permalink
move githu repo to G3S org
Browse files Browse the repository at this point in the history
update links to issue tracker, etc
  • Loading branch information
leejo committed Oct 21, 2015
1 parent 1609341 commit 2917e6d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions 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

Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -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 => {
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -5,8 +5,8 @@ support only

<div>

<a href='https://travis-ci.org/leejo/geo-ip2location-lite?branch=master'><img src='https://travis-ci.org/leejo/geo-ip2location-lite.svg?branch=master' alt='Build Status' /></a>
<a href='https://coveralls.io/r/leejo/geo-ip2location-lite?branch=master'><img src='https://coveralls.io/repos/leejo/geo-ip2location-lite/badge.png?branch=master' alt='Coverage Status' /></a>
<a href='https://travis-ci.org/G3S/geo-ip2location-lite?branch=master'><img src='https://travis-ci.org/G3S/geo-ip2location-lite.svg?branch=master' alt='Build Status' /></a>
<a href='https://coveralls.io/r/G3S/geo-ip2location-lite?branch=master'><img src='https://coveralls.io/repos/G3S/geo-ip2location-lite/badge.png?branch=master' alt='Coverage Status' /></a>
</div>

# SYNOPSIS
Expand Down Expand Up @@ -51,15 +51,15 @@ http://www.ip2location.com

# VERSION

0.05
0.06

# AUTHOR

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

Expand Down
10 changes: 5 additions & 5 deletions lib/Geo/IP2Location/Lite.pm
Expand Up @@ -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";
Expand Down Expand Up @@ -350,8 +350,8 @@ Geo::IP2Location::Lite - Lightweight version of Geo::IP2Location with IPv4
support only
=for html
<a href='https://travis-ci.org/leejo/geo-ip2location-lite?branch=master'><img src='https://travis-ci.org/leejo/geo-ip2location-lite.svg?branch=master' alt='Build Status' /></a>
<a href='https://coveralls.io/r/leejo/geo-ip2location-lite?branch=master'><img src='https://coveralls.io/repos/leejo/geo-ip2location-lite/badge.png?branch=master' alt='Coverage Status' /></a>
<a href='https://travis-ci.org/G3S/geo-ip2location-lite?branch=master'><img src='https://travis-ci.org/G3S/geo-ip2location-lite.svg?branch=master' alt='Build Status' /></a>
<a href='https://coveralls.io/r/G3S/geo-ip2location-lite?branch=master'><img src='https://coveralls.io/repos/G3S/geo-ip2location-lite/badge.png?branch=master' alt='Coverage Status' /></a>
=head1 SYNOPSIS
Expand Down Expand Up @@ -395,15 +395,15 @@ http://www.ip2location.com
=head1 VERSION
0.05
0.06
=head1 AUTHOR
Forked from Geo::IP2Location by Lee Johnson C<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
=head1 LICENSE
Expand Down

0 comments on commit 2917e6d

Please sign in to comment.