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