X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=4ee2467ae9e89714240c014c2c9382c2fbf8c5d6;hp=7f8cedbee93b09275233285f02f40d5b9f23e337;hb=f0c2ee982ca04e4c4338b26ceeea4fddfb465a8e;hpb=fceb925d08fa5e96cf477963195c3c4f6dbede65 diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 7f8cedb..4ee2467 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -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