X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=7eb3f987ff58d78a0f2ae1ed0b9034c9d92bbaae;hb=9c3bb4de5a4ce520d4669d5f6ff75bece8458fa5;hp=4acb5fed83c4808c0a2ca313d7db1ab0ddc30d5f;hpb=a86e3e47a167afadf7de1231d6401a1139330ad0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/README b/README index 4acb5fe..7eb3f98 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Variable::Magic - Associate user-defined magic to variables from Perl. VERSION - Version 0.13 + Version 0.18 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 => ...,