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