X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=46eb3db64b508ca496551b307fb9b4090ae7e1cb;hb=0552b1e308c11b5488b02b773e6a9529cd729710;hp=ede1e61dc345f0094d0f9a0cf7b9e9fcb4a07578;hpb=cf48e6bb084037da1980bde10e21dca795fd84d0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/README b/README index ede1e61..46eb3db 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Variable::Magic - Associate user-defined magic to variables from Perl. VERSION - Version 0.42 + 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.