From: Vincent Pit Date: Sun, 18 Jan 2009 23:32:05 +0000 (+0100) Subject: Document the "get/clear on hashes" problem X-Git-Tag: v0.27~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=e59e7cbd2ce7d472faa8741157fd3d7e6863e62d Document the "get/clear on hashes" problem --- diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 448ea29..5eab1d3 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -435,6 +435,8 @@ The only way to address this would be to return a reference. If you define a wizard with a C callback and cast it on itself, this destructor won't be called because the wizard will be destroyed first. +Using C and C magics on hashes may cause segfaults. + =head1 DEPENDENCIES L 5.7.3.