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.10 - 2023-03-11

  • Support for ArrayRef[] with dynamic size
  • Support for empty Stuct[]
  • Coerce Enum[] types with sv2ptr(...)
  • Explicit undef values are turned into NULL in Pointer[], ArrayRef[], etc.
  • Provide default values in Struct[]
  • Ignore perl's PTRSIZE which might be different than the system's actual pointer size
  • Cleanup VM on Affix::END()
  • Simplify API around named subs
  • Support for WStr (wchar_t *, PWSTR, etc.)

Modules

A Foreign Function Interface eXtension