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

Changes for version 1.3.0

  • added xs::my_perl static per-thread variable which helps to deal with static init on threaded perls additionally, if you don't care about performance on threaded perls, you can do "using xs::my_perl" and remove pTHX from your function's definitions.
  • added mTHX/mTHXa C++ class helpers to store my_perl inside class' objects

Modules

useful features and typemaps for XS modules.