]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - README
Importing Variable-Magic-0.06.tar.gz
[perl/modules/Variable-Magic.git] / README
diff --git a/README b/README
index 6f8f6b0a10d916b577c8e622831f972f6cbd8eab..4b92a15c4a549011fbbd39e1ce306ca01aa3197f 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Variable::Magic - Associate user-defined magic to variables from Perl.
 
 VERSION
-    Version 0.03
+    Version 0.06
 
 SYNOPSIS
         use Variable::Magic qw/wizard cast dispell/;
@@ -173,9 +173,11 @@ EXPORT
     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).
 
-    Tests use Symbol (standard since perl 5.002).
+    Glob tests need Symbol (standard since perl 5.002).
 
 SEE ALSO
     perlguts and perlapi for internal information about magic.