X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=b8f8c5e4bc122ea2495a2b7e54358674bf969ec6;hb=cf730c379ab00aa65d4ed8f08e2dae34a35e3ffc;hp=a9e0732c5c388348860fe5493fdf5394f865db8f;hpb=9ad970e109ea4caa9767db1bda9d475444920c7a;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index a9e0732..b8f8c5e 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -11,13 +11,13 @@ Variable::Magic - Associate user-defined magic to variables from Perl. =head1 VERSION -Version 0.53 +Version 0.56 =cut our $VERSION; BEGIN { - $VERSION = '0.53'; + $VERSION = '0.56'; } =head1 SYNOPSIS @@ -684,11 +684,6 @@ This module may happen to build with a C++ compiler as well, but don't rely on i L (core since perl 5), L (since 5.6.0). -Copy tests need L (core since perl 5.005) and L (since 5.002). -Some uvar tests need L (since 5.9.4). -Glob tests need L (since 5.002). -Threads tests need L and L (both since 5.7.3). - =head1 SEE ALSO L and L for internal information about magic. @@ -716,7 +711,7 @@ Tests code coverage report is available at L