X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=55fe265b6fc4e238b2c64afea93bb6347dcc0f04;hb=refs%2Ftags%2Fv0.16;hp=abca8852c15c97d8f109598eb5624e6dde7f3ea3;hpb=a8d75011f6169928695d9fda6cf5e8ebc1cc6e92;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/README b/README index abca885..55fe265 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Variable::Magic - Associate user-defined magic to variables from Perl. VERSION - Version 0.14 + Version 0.16 SYNOPSIS use Variable::Magic qw/wizard cast dispell/; @@ -109,6 +109,10 @@ PERL MAGIC HISTORY 'copy' magic on hash stores for (non-tied) hashes that also have 'uvar' magic. + 5.11.x + *p32969* : 'len' magic is no longer invoked when calling "length" with a + magical scalar. + CONSTANTS "SIG_MIN" The minimum integer used as a signature for user-defined magic. @@ -139,6 +143,10 @@ CONSTANTS "VMG_COMPAT_ARRAY_UNDEF_CLEAR" True for perls that call 'clear' magic when undefining magical arrays. + "VMG_COMPAT_SCALAR_LENGTH_NOLEN" + True for perls that don't call 'len' magic when taking the "length" of a + magical scalar. + FUNCTIONS "wizard" wizard sig => ...,