Skip to content

Commit

Permalink
v0.040000
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jul 16, 2013
1 parent b44b1e0 commit 6d781de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

0.040000 2013-07-16

- Added the GeoIP2::Database::Reader class. This provides an API for looking
up data in a GeoIP2 database, as opposed to making a web service call.

Expand Down
22 changes: 11 additions & 11 deletions README
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
NAME
GeoIP2 - Perl API for MaxMind's GeoIP2 web services
GeoIP2 - Perl API for MaxMind's GeoIP2 web services and databases

VERSION
version 0.0302
version 0.040000

DESCRIPTION
This distribution provides an API for the GeoIP2 web services (as
documented at <http://dev.maxmind.com/geoip/geoip2/web-services>).
documented at <http://dev.maxmind.com/geoip/geoip2/web-services>) and
downloadable databases.

In the future, this distribution will also provide the same API for the
GeoIP2 downloadable databases. These databases have not yet been
released as a downloadable product.

See GeoIP2::WebService::Client for details on the web service client
API.
See GeoIP2::WebService::Client for details on the web service client API
and GeoIP2::Database::Reader for the database API. The only downloadable
database currently available is GeoLite2 City. See
<http://dev.maxmind.com/geoip/geoip2/geolite2/> for details.

BETA NOTE
This is a beta release. The API may change before the first production
Expand Down Expand Up @@ -59,8 +58,9 @@ REPORTING DATA PROBLEMS

VERSIONING POLICY
This module uses semantic versioning as described by
<http://semver.org/>. Version numbers can be read as X.YYZZ, where X is
the major number, YY is the minor number, and ZZ is the patch number.
<http://semver.org/>. Version numbers can be read as X.YYYZZZ, where X
is the major number, YYY is the minor number, and ZZZ is the patch
number.

PERL VERSION SUPPORT
MaxMind has tested this API with Perl 5.8.8 and above. Reasonable
Expand Down

0 comments on commit 6d781de

Please sign in to comment.