maxmind / GeoIP2-perl

Perl API for MaxMind's GeoIP2 web services and databases
https://metacpan.org/release/GeoIP2/
Other
18 stars 11 forks source link

GeoIP2 Perl 6 reader is ready. #65

Closed bbkr closed 6 years ago

bbkr commented 6 years ago

I'm happy to announce that I've finished working on Perl 6 version of GeoIP2 databases reader: https://github.com/bbkr/GeoIP2 . It can locate IPv4 and IPv6 in every database that MaxMind currently offers.

It's released under GeoIP2:auth<bbkr> namespace, so if you ever decide to write your own reader there will be no namespaces collision (Perl 6 allows multiple authors to publish under exactly the same namespace and even install such modules side by side).

Please add this module to your APIs list: https://dev.maxmind.com/geoip/geoip2/downloadable/#MaxMind_APIs

Thanks!

oschwald commented 6 years ago

Excellent! Thank you for working on this. I'll add it to the list now.