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

Changes for version 0.02 - 2015-04-01

  • Add : temp() can now be applied to arrays and hashes.
  • Add : The new set_temp() function is a non-lvalue alternative to temp(). In particular, it can be used on perl 5.12.x and below.
  • Fix : 'temp $var;' now correctly sets $var to undef.
  • Fix : The tests now pass correctly on perl 5.12.x and below.

Modules

Temporarily change the value of a variable.