X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=b8f8c5e4bc122ea2495a2b7e54358674bf969ec6;hb=refs%2Ftags%2Fv0.56;hp=1be2bf17906b14f84bc7515c8150a27098ba5a04;hpb=3f061fdc6fe7977e19a17d0a67a161462bf147f2;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 1be2bf1..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.54 +Version 0.56 =cut our $VERSION; BEGIN { - $VERSION = '0.54'; + $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