X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=0ddcaec1648c39845a7d041c710211343eda4477;hb=da95f9db8211008bbb415d2de11e3616daf4017e;hp=ea15f0ad6c665aedd45035127699a98b86e9f756;hpb=e24dbdc2fc1672d04e04edab9fe3c126631e12c2;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index ea15f0a..0ddcaec 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -193,6 +193,7 @@ This last one triggers when a key is deleted in the hash, regardless of whether You can refer to the tests to have more insight of where the different magics are invoked. To prevent any clash between different magics defined with this module, an unique numerical signature is attached to each kind of magic (i.e. each set of callbacks for magic operations). +At the C level, magic tokens owned by magic created by this module have their C<< mg->mg_private >> field set to C<0x3891> or C<0x3892>, so please don't use these magic (sic) numbers in other extensions. =head1 FUNCTIONS