Revision history for Variable-Temp
0.02 2015-04-01 22:55 UTC
+ 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.
0.01 2015-03-09 13:55 UTC
First version, released on an unsuspecting world.