https://github.com/maxmind/maxmind-db-common-perl
Code shared by the MaxMind DB reader and writer modules
https://github.com/maxmind/maxmind-db-common-perl
geoip geoip2 maxmind mmdb
Last synced: 8 months ago
JSON representation
Code shared by the MaxMind DB reader and writer modules
- Host: GitHub
- URL: https://github.com/maxmind/maxmind-db-common-perl
- Owner: maxmind
- License: other
- Created: 2013-07-08T17:17:59.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T20:20:09.000Z (over 1 year ago)
- Last Synced: 2025-02-14T21:27:48.107Z (over 1 year ago)
- Topics: geoip, geoip2, maxmind, mmdb
- Language: Perl
- Homepage: https://metacpan.org/release/MaxMind-DB-Common/
- Size: 338 KB
- Stars: 2
- Watchers: 21
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
MaxMind::DB::Common - Code shared by the MaxMind DB reader and writer modules
# VERSION
version 0.040002
# DESCRIPTION
This distribution provides some shared code for use by both the MaxMind DB
reader and writer Perl modules.
For now, the only piece documented for public consumption is
[MaxMind::DB::Metadata](https://metacpan.org/pod/MaxMind::DB::Metadata).
# VERSIONING POLICY
This module uses semantic versioning as described by
[http://semver.org/](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.
# SUPPORT
Please report all issues with this code using the GitHub issue tracker at
[https://github.com/maxmind/MaxMind-DB-Common-perl/issues](https://github.com/maxmind/MaxMind-DB-Common-perl/issues).
Bugs may be submitted through [https://github.com/maxmind/MaxMind-DB-Common-perl/issues](https://github.com/maxmind/MaxMind-DB-Common-perl/issues).
# AUTHORS
- Dave Rolsky
- Olaf Alders
# CONTRIBUTORS
- Greg Oschwald
- Mateu X Hunter
# COPYRIGHT AND LICENSE
This software is Copyright (c) 2013 - 2017 by MaxMind, Inc.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)