Skip to content

Commit

Permalink
v0.040003
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed May 28, 2014
1 parent 6999b21 commit 3d076c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

0.040003 2014-05-28

- Explicitly import the B module when we use it. This didn't break on our Perl
but broke elsewhere. Reported by Wes Young. GitHub PR #3.

Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
GeoIP2 - Perl API for MaxMind's GeoIP2 web services and databases

VERSION
version 0.040002
version 0.040003

DESCRIPTION
This distribution provides an API for the GeoIP2 web services
Expand All @@ -26,7 +26,7 @@ SPEEDING UP DATABASE READING
database reader (MaxMind::DB::Reader). If you install the libmaxminddb
library (<http://maxmind.github.io/libmaxminddb/>) and
MaxMind::DB::Reader::XS, then the XS implementation will be loaded
automatically. The XS implementation is approximately 60x faster than
automatically. The XS implementation is approximately 100x faster than
the pure Perl implementation.

INTEGRATION WITH GEONAMES
Expand Down Expand Up @@ -79,7 +79,7 @@ PERL VERSION SUPPORT

SUPPORT
Please report all issues with this code using the GitHub issue tracker
at <https://github.com/maxmind/GeoIP2-perl/issues>
at <https://github.com/maxmind/GeoIP2-perl/issues>.

If you are having an issue with a MaxMind service that is not specific
to the client API please see <http://www.maxmind.com/en/support> for
Expand Down

0 comments on commit 3d076c0

Please sign in to comment.