]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - README
This is 0.19
[perl/modules/Variable-Magic.git] / README
diff --git a/README b/README
index f31437cd31ddea8004950fa498ea8d0e96a67aa5..e84cd2f2435cd93e0f159ff7e92ef5a8af0bd02c 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Variable::Magic - Associate user-defined magic to variables from Perl.
 
 VERSION
-    Version 0.11
+    Version 0.19
 
 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,14 @@ 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.
+
+  "VMG_PERL_PATCHLEVEL"
+    The perl patchlevel this module was built with, or 0 for non-debugging
+    perls.
+
 FUNCTIONS
   "wizard"
         wizard sig    => ...,
@@ -282,9 +294,10 @@ SEE ALSO
     perltie and overload for other ways of enhancing objects.
 
 AUTHOR
-    Vincent Pit, "<perl at profvince.com>"
+    Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
 
-    You can contact me by mail or on #perl @ FreeNode (Prof_Vince).
+    You can contact me by mail or on #perl @ FreeNode (vincent or
+    Prof_Vince).
 
 BUGS
     Please report any bugs or feature requests to "bug-variable-magic at
@@ -298,6 +311,9 @@ SUPPORT
 
         perldoc Variable::Magic
 
+    Tests code coverage report is available at
+    <http://www.profvince.com/perl/cover/Variable-Magic>.
+
 COPYRIGHT & LICENSE
     Copyright 2007-2008 Vincent Pit, all rights reserved.