X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=46eb3db64b508ca496551b307fb9b4090ae7e1cb;hb=d29a774d106d145036eda849ab57f42410100008;hp=f6f4362944106f006d7fe75b6f7559bf37d56492;hpb=6c7c2526186bcb3bb40a9a337d77af313f5b2a4e;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/README b/README index f6f4362..46eb3db 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Variable::Magic - Associate user-defined magic to variables from Perl. VERSION - Version 0.41 + Version 0.43 SYNOPSIS use Variable::Magic qw/wizard cast VMG_OP_INFO_NAME/; @@ -329,6 +329,9 @@ CONSTANTS True for perls that don't call 'len' magic when taking the "length" of a magical scalar. + "VMG_COMPAT_GLOB_GET" + True for perls that call 'get' magic for operations on globs. + "VMG_PERL_PATCHLEVEL" The perl patchlevel this module was built with, or 0 for non-debugging perls.