X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=aa7ee22136d71a0c31849f6a0dafed9f9d761431;hb=9d0bcf2f36e7f53655e4860a66785879cf1c0cbd;hp=19ba55f68748ffaadf2620854187de321e629f15;hpb=8bbf0ce9dd377b7b16d442d8b6a51769bf78416c;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 19ba55f..aa7ee22 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -325,21 +325,21 @@ Other arguments are specific to the magic hooked : =over 8 -=item - +=item * C When the variable is an array, C<$_[2]> contains the normal length. The callback is also expected to return the new scalar or array length. -=item - +=item * C C<$_[2]> is a either a copy or an alias of the current key, which means that it is useless to try to change or cast magic on it. C<$_[3]> is an alias to the current element (i.e. the value). -=item - +=item * C, C, C and C