Skip to content

Commit 15174a3

Browse files
committed
Remove official Perl API. Add drop-in replacement.
We deprecated our Perl APIs several years ago. The author of `IP::Geolocation::MMDB` added `Geo::Location::IP`, which is mostly a drop-in replacement for `GeoIP2::Database::Reader`.
1 parent f4d76af commit 15174a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/geoip/docs/databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ title: GeoIP and GeoLite Database Documentation
5656
| C | N/A | [GitHub Pages](https://maxmind.github.io/libmaxminddb/) | [GitHub](https://github.com/maxmind/libmaxminddb) |
5757
| Java | [Maven Central Repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.maxmind.geoip2%22%20AND%20a%3A%22geoip2%22) | [GitHub Pages](https://maxmind.github.io/GeoIP2-java/) | [GitHub](https://github.com/maxmind/GeoIP2-java) |
5858
| Node.js | [NPM](https://npmjs.com/package/@maxmind/geoip2-node) | [GitHub Pages](https://maxmind.github.io/GeoIP2-node/) | [GitHub](https://github.com/maxmind/GeoIP2-node) |
59-
| Perl _(deprecated)_ | [CPAN](https://metacpan.org/release/GeoIP2) | [MetaCPAN](https://metacpan.org/release/GeoIP2) | [GitHub](https://github.com/maxmind/GeoIP2-perl) |
6059
| PHP | [Packagist](https://packagist.org/packages/geoip2/geoip2) | [GitHub Pages](https://maxmind.github.io/GeoIP2-php/) | [GitHub](https://github.com/maxmind/GeoIP2-php) |
6160
| Python | [PyPI](https://pypi.python.org/pypi/geoip2) | [Read the Docs](https://geoip2.readthedocs.org/en/latest/) | [GitHub](https://github.com/maxmind/GeoIP2-python) |
6261
| Ruby | [RubyGems](https://rubygems.org/gems/maxmind-geoip2) | [RubyDoc](https://www.rubydoc.info/gems/maxmind-geoip2) | [GitHub](https://github.com/maxmind/GeoIP2-ruby) |
@@ -95,6 +94,7 @@ integrator for assistance.
9594
| Node.js | maxmind | [npm](https://www.npmjs.com/package/maxmind) | [npm](https://www.npmjs.com/package/maxmind) | [GitHub](https://github.com/runk/node-maxmind) |
9695
| Node.js / Deno / Bun | maxminddb-wasm | [npm](https://www.npmjs.com/package/maxminddb-wasm) / [Deno](https://deno.land/x/maxminddb) | [JSR](https://jsr.io/@josh-hemphill/maxminddb-wasm) | [GitHub](https://github.com/josh-hemphill/maxminddb-wasm) |
9796
| OCaml | ocaml-maxminddb | [OPAM](https://opam.ocaml.org/packages/maxminddb/) | [README](https://github.com/fxfactorial/ocaml-maxminddb/blob/master/README.md) | [GitHub](https://github.com/fxfactorial/ocaml-maxminddb) |
97+
| Perl | Geo::Location::IP | [CPAN](https://metacpan.org/pod/Geo::Location::IP) | [MetaCPAN](https://metacpan.org/pod/Geo::Location::IP) | [GitHub](https://github.com/voegelas/Geo-Location-IP) |
9898
| Perl | IP::Geolocation::MMDB | [CPAN](https://metacpan.org/pod/IP::Geolocation::MMDB) | [MetaCPAN](https://metacpan.org/pod/IP::Geolocation::MMDB) | [GitHub](https://github.com/voegelas/IP-Geolocation-MMDB) |
9999
| PHP | librarymarket/maxmind-db-reader | [Packagist](https://packagist.org/packages/librarymarket/maxmind-db-reader) | [README](https://github.com/librarymarket/maxmind-db-reader/blob/1.0.x/README.md) | [GitHub](https://github.com/librarymarket/maxmind-db-reader) |
100100
| Python | pandas-maxminddb | [PyPI](https://pypi.org/project/pandas-maxminddb/) | [README](https://github.com/andrusha/pandas-maxminddb/blob/main/README.md) | [GitHub](https://github.com/andrusha/pandas-maxminddb) |

0 commit comments

Comments
 (0)