The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.000004 - 2015-04-30

  • `MaxMind::DB::Reader` now has no XS dependencies. Previously `Net::Works` was used for validation and `Math::Int128` was used to return larger integers. Integers larger than maximum unsigned integer supported by your `perl` will now be returned as `Math::BigInt` objects. If you are dealing with many lookups of a record with such values and cannot install `MaxMind::DB::Reader::XS`, you may wish to install `Math::BigInt::GMP`.
  • Fixed a bug in the mmdb-dump-database script. It tried to call methods on the JSON module when it meant to use JSON::PP.
  • `mmdb-dump-database` was moved from `bin` to `eg`.

Modules

Read MaxMind DB files and look up IP addresses

Provides

in lib/MaxMind/DB/Reader/Data/Container.pm
in lib/MaxMind/DB/Reader/Data/EndMarker.pm
in lib/MaxMind/DB/Reader/Decoder.pm
in lib/MaxMind/DB/Reader/PP.pm
in lib/MaxMind/DB/Reader/Role/HasDecoder.pm
in lib/MaxMind/DB/Reader/Role/HasMetadata.pm
in lib/MaxMind/DB/Reader/Role/NodeReader.pm
in lib/MaxMind/DB/Reader/Role/Reader.pm
in lib/MaxMind/DB/Reader/Role/Sysreader.pm
in lib/MaxMind/DB/Verifier.pm