X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=f65e4529ebad928f3b6b5bbcd656ce141e52f89b;hb=2ec5994eebe4db7e45b0c3c12b4698750746bcdc;hp=47ed91a7577769e62c72ef9304902d2a657252e3;hpb=a924275b5f3d7c1c612add18c8bf7a6f358e703f;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 47ed91a..f65e452 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.51 +Version 0.52 =cut our $VERSION; BEGIN { - $VERSION = '0.51'; + $VERSION = '0.52'; } =head1 SYNOPSIS @@ -88,7 +88,7 @@ You can safely apply different kinds of magics to the same variable, and each of Magic is type-agnostic. The same magic can be applied on scalars, arrays, hashes, subs or globs. -But the same hook (see below for a list) may trigger differently depending on the the type of the variable. +But the same hook (see below for a list) may trigger differently depending on the type of the variable. =item * @@ -671,12 +671,12 @@ L 5.8. A C compiler. This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made in this regard. -L (core since perl 5), L (since 5.006). +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.009004). +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.007003). +Threads tests need L and L (both since 5.7.3). =head1 SEE ALSO @@ -705,7 +705,7 @@ Tests code coverage report is available at L