X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=659b4c4f208a0704d6ef706577a5eba02e8a7ac3;hb=f4cf0f4321ee663e3f4ae204026f234a0af605c9;hp=b4d14af2c24cf31c527a9267382303666e44af96;hpb=a8d75011f6169928695d9fda6cf5e8ebc1cc6e92;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Changes b/Changes index b4d14af..659b4c4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ Revision history for Variable-Magic +0.16 2008-05-10 22:05 UTC + + Add : The samples/copy.pl script. + + Chg : The sv_magical() + vmg_mg_magical() combo was simplified into + vmg_sv_magicuvar(). + + Tst : t/33-code.t was testing scalars, not code. + + Tst : is() and like() are better than ok(). + + Tst : 100% coverage reached. + +0.15 2008-04-11 18:25 UTC + + Chg : Factor vmg_cb_call{1,2,3}() into one function. + + Fix : len magic is no longer called when taking the length() of a + magical scalar since p32969. The VMG_COMPAT_SCALAR_LENGTH_NOLEN + constant was added to cover this. + + Tst : More tests for t/22-len.t. + 0.14 2008-03-24 12:35 UTC + Fix : t/16-huf.t failures on Solaris and FreeBSD caused by not updating mg->mg_ptr after Renew-ing it on dispell.