]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - README
Importing Variable-Magic-0.15.tar.gz
[perl/modules/Variable-Magic.git] / README
diff --git a/README b/README
index abca8852c15c97d8f109598eb5624e6dde7f3ea3..944ed1936a9cce0c05590278aa8b6e9bc291d7b6 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Variable::Magic - Associate user-defined magic to variables from Perl.
 
 VERSION
-    Version 0.14
+    Version 0.15
 
 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    => ...,