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

Changes for version 0.03 - 2009-06-23

  • Add : Handle old-fashion dereferencing (like $$hashref{key}).
  • Chg : Aliasing constructs (for ($x{foo}) { ... }) are now covered by the 'store' category (and no longer the 'fetch' one). This is because there's no way to know at compile-time if the alias will be assigned to.
  • Fix : Quadratic complexity at compile-time.
  • Fix : Segfaults when dereferencing globals.
  • Fix : Segfaults on big-endian systems.
  • Tst : Really test plain arrays and hashes.
  • Tst : Improved coverage.

Modules

Lexically disable autovivification.