]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - README
Add ptable_delete to ptable.h
[perl/modules/Variable-Magic.git] / README
diff --git a/README b/README
index f6f4362944106f006d7fe75b6f7559bf37d56492..98026bb4bc4e64d5d0c287d997d9bb8be06564a2 100644 (file)
--- 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.44
 
 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.