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 1.04

  • add utf8 mode for read/write of database
  • Major re-factor to remove SVs from the CDB internals. SVs are only generated at return. This was in attempt to address a known memory leak in the previous implementation.
  • CDB_File will warn if undef keys or values are passed to insert. This is meant to be consistent with how Perl handles the situation.
  • Consistently tidy CDB_File.xs and remove tabs
  • Make unit tests use File::Temp so we don't leave temp files laying around
  • update Devel::PPPort to 3.62

Modules

Perl extension for access to cdb databases