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.11

  • BREAKING CHANGE: JavaScript Functions converted to Perl now become instances of a new class, JavaScript::QuickJS::Function. That class is overloaded to act as a coderef, so MOST calling code should still work, but anything that expects a CODE reference will now instead find a blessed object.
  • BUG FIX: Fix leaked scalars returned from Perl callbacks.
  • Tweak discussion of memory-leak detection.
  • Add missing regexp test.