]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - README
This is 0.43
[perl/modules/Variable-Magic.git] / README
diff --git a/README b/README
index ede1e61dc345f0094d0f9a0cf7b9e9fcb4a07578..46eb3db64b508ca496551b307fb9b4090ae7e1cb 100644 (file)
--- 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.