]> git.vpit.fr Git - perl/modules/Variable-Temp.git/blob - Changes
This is 0.03
[perl/modules/Variable-Temp.git] / Changes
1 Revision history for Variable-Temp
2
3 0.03    2015-04-06 12:55 UTC
4         + Tst : t/13-magic.t will no longer fail with a 'planned twice' error
5                 when Variable::Magic's version is not recent enough.
6         + Tst : Tests from t/10-base.t and t/20-lvalue.t that localize array
7                 elements at the end of the array will now be skipped before
8                 perl 5.12, as a bug in perl prevents the array length from
9                 being reset at scope end.
10
11 0.02    2015-04-01 22:55 UTC
12         + Add : temp() can now be applied to arrays and hashes.
13         + Add : The new set_temp() function is a non-lvalue alternative to
14                 temp(). In particular, it can be used on perl 5.12.x and
15                 below.
16         + Fix : 'temp $var;' now correctly sets $var to undef.
17         + Fix : The tests now pass correctly on perl 5.12.x and below.
18
19 0.01    2015-03-09 13:55 UTC
20         First version, released on an unsuspecting world.
21