X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=cec74c1770dafc895c144ade5dd3475c5b7306e8;hb=refs%2Ftags%2Fv0.05;hp=6f8f6b0a10d916b577c8e622831f972f6cbd8eab;hpb=8556481280524737222300317146a23b801f6be0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/README b/README index 6f8f6b0..cec74c1 100644 --- 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.05 SYNOPSIS use Variable::Magic qw/wizard cast dispell/; @@ -175,7 +175,7 @@ EXPORT DEPENDENCIES 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.