X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=12af5b595c3cac25c8ae90716e5275a03eb60aa2;hb=810a63159661ab3e66c139d6f62fcd28f19ab7be;hp=e37984b04474d6c11d579d63198ac8f0bea8935b;hpb=1614df334a71910f04841705db4db7ec693fed16;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index e37984b..12af5b5 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.57 =cut our $VERSION; BEGIN { - $VERSION = '0.53'; + $VERSION = '0.57'; } =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