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

Changes for version 0.08 - 2019-04-11

  • tests with floating-point tolerance - thanks @andk!
  • Support for read only properties via bind_ro
  • Fix compiler warnings - thanks @serejkus!
  • Fix test counts - thanks @njohnston!
  • update build system including using ExtUtils::CppGuess
  • stop putting MYMETA.* in distro
  • handle null/undef so can be in hashes/arrays - fix RT#86731
  • fix unsigned ints on 32-bit perl - thanks @alankila
  • fix memory leak in contexts - thanks @alankila - RT#86903
  • fix needing -fpermissive - thanks @olegwtf
  • handle JSON booleans properly - thanks @brad-mac
  • fix memory leak returning array/hash - thanks @csirmaz

Modules

Perl interface to the V8 JavaScript engine
An object in which we can execute JavaScript

Examples