X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=4b92a15c4a549011fbbd39e1ce306ca01aa3197f;hb=0f6f5717615db7019992273892a3360bfcc5ca7f;hp=cec74c1770dafc895c144ade5dd3475c5b7306e8;hpb=017450c5da83c82c9149b5170c757ce03679b9a9;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/README b/README index cec74c1..4b92a15 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Variable::Magic - Associate user-defined magic to variables from Perl. VERSION - Version 0.05 + Version 0.06 SYNOPSIS use Variable::Magic qw/wizard cast dispell/; @@ -173,6 +173,8 @@ 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). Glob tests need Symbol (standard since perl 5.002).