X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Temp.git;a=blobdiff_plain;f=Changes;h=e324437f5563ca84d80bbf6fc738eb889ec8ff7e;hp=c11a2e5810f32043276720d613c8a24d9a157c19;hb=e87f35b3d95dc13d180f7053f0ef75535fc1b115;hpb=bfae3c21b735c4d2843e7fb4003d0a9930e10589 diff --git a/Changes b/Changes index c11a2e5..e324437 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for Variable-Temp +0.03 2015-04-06 12:55 UTC + + Tst : t/13-magic.t will no longer fail with a 'planned twice' error + when Variable::Magic's version is not recent enough. + + Tst : Tests from t/10-base.t and t/20-lvalue.t that localize array + elements at the end of the array will now be skipped before + perl 5.12, as a bug in perl prevents the array length from + being reset at scope end. + 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