The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.12 - 2010-10-31

  • fixed subtle UTF8 problem: 2 strings consisting of the same ascii characters were considered different if one of them had the UTF8 flag set while the other had not.
    • Example:
      • no utf8; # just to make sure Encode::decode_utf8('hello') eq 'hello'
    • In Perl this is true. The MMapDB index_lookup function reported them as different up to version 0.11.

Modules

a simple database in shared memory

Provides

in lib/MMapDB.pm
in lib/MMapDB.pm
in lib/MMapDB.pm
in lib/MMapDB.pm