X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=b8f8c5e4bc122ea2495a2b7e54358674bf969ec6;hb=cf730c379ab00aa65d4ed8f08e2dae34a35e3ffc;hp=e37984b04474d6c11d579d63198ac8f0bea8935b;hpb=1614df334a71910f04841705db4db7ec693fed16;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index e37984b..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