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

Changes for version 0.100007 - 2016-03-24

  • MaxMind::DB::Writer::Tree->new now accepts a merge_strategy parameter. When merge_record_collisions is set, the default merge strategy is "toplevel", which only merges the top level of the record hash. A new "recurse" merge strategy has been added, which recursively merged the records data structure, including both arrays and hashes. Please see the documentation for more details.

Modules

Create MaxMind DB database files
Tree representing a MaxMind DB database in memory - then write it to a file

Provides

in lib/MaxMind/DB/Writer/Serializer.pm
in lib/MaxMind/DB/Writer/Tree/Processor/VisualizeTree.pm
in lib/MaxMind/DB/Writer/Util.pm

Examples