X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=366c2043d6ad83b967a00770fc4d7a01bda5f8ae;hb=7c97a83a6831a64f4f6886fbc76b9f78af9d1d69;hp=af2762db066577e372fc7b918b593c468a377490;hpb=201d2874479e003bb82662085516a07aa04391e2;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index af2762d..366c204 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -13,13 +13,13 @@ Variable::Magic - Associate user-defined magic to variables from Perl. =head1 VERSION -Version 0.19 +Version 0.21_02 =cut our $VERSION; BEGIN { - $VERSION = '0.19'; + $VERSION = '0.21_02'; } =head1 SYNOPSIS @@ -373,6 +373,8 @@ Some uvar tests need L (standard since perl 5.009004). Glob tests need L (standard since perl 5.002). +Threads tests need L and L. + =head1 SEE ALSO L and L for internal information about magic.