X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=blobdiff_plain;f=README;h=e344be9d5592cfda31f45a83bc479fc8b2672523;hp=23db4c31adf42365d74062a6f2a5684aeb67b401;hb=9ed6790ce779d2ca91e392ceeb016d555658d8c0;hpb=3f061fdc6fe7977e19a17d0a67a161462bf147f2 diff --git a/README b/README index 23db4c3..e344be9 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Variable::Magic - Associate user-defined magic to variables from Perl. VERSION - Version 0.54 + Version 0.55 SYNOPSIS use Variable::Magic qw; @@ -576,11 +576,6 @@ DEPENDENCIES Carp (core since perl 5), XSLoader (since 5.6.0). - Copy tests need Tie::Array (core since perl 5.005) and Tie::Hash (since - 5.002). Some uvar tests need Hash::Util::FieldHash (since 5.9.4). Glob - tests need Symbol (since 5.002). Threads tests need threads and - threads::shared (both since 5.7.3). - SEE ALSO perlguts and perlapi for internal information about magic.