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

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