]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - README
Importing Variable-Magic-0.07_02.tar.gz
[perl/modules/Variable-Magic.git] / README
diff --git a/README b/README
index 281f3dca7838554375ef4149ead4dc35b84529c9..98e8dfebbc8fef102fec657da75ada6cb5abdfdc 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Variable::Magic - Associate user-defined magic to variables from Perl.
 
 VERSION
     Variable::Magic - Associate user-defined magic to variables from Perl.
 
 VERSION
-    Version 0.04
+    Version 0.07_02
 
 SYNOPSIS
         use Variable::Magic qw/wizard cast dispell/;
 
 SYNOPSIS
         use Variable::Magic qw/wizard cast dispell/;
@@ -76,6 +76,15 @@ CONSTANTS
   "SIG_NBR"
         SIG_NBR = SIG_MAX - SIG_MIN + 1
 
   "SIG_NBR"
         SIG_NBR = SIG_MAX - SIG_MIN + 1
 
+  "MGf_COPY"
+    True iff the 'copy' magic is available.
+
+  "MGf_DUP"
+    True iff the 'dup' magic is available.
+
+  "MGf_LOCAL"
+    True iff the 'local' magic is available.
+
 FUNCTIONS
   "wizard"
         wizard sig => .., data => ..., get => .., set => .., len => .., clear => .., free => ..
 FUNCTIONS
   "wizard"
         wizard sig => .., data => ..., get => .., set => .., len => .., clear => .., free => ..
@@ -173,6 +182,8 @@ EXPORT
     on request. They are all exported by the tags ':consts' and ':all'.
 
 DEPENDENCIES
     on request. They are all exported by the tags ':consts' and ':all'.
 
 DEPENDENCIES
+    perl 5.7.3.
+
     Carp (standard since perl 5), XSLoader (standard since perl 5.006).
 
     Glob tests need Symbol (standard since perl 5.002).
     Carp (standard since perl 5), XSLoader (standard since perl 5.006).
 
     Glob tests need Symbol (standard since perl 5.002).