From: Vincent Pit Date: Thu, 22 Jan 2009 10:57:15 +0000 (+0100) Subject: Be a little more precise about the get/clear problem X-Git-Tag: v0.28~13 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=8c49e5b8fe531ebdf14f14288ad05a68b49f4a79 Be a little more precise about the get/clear problem --- diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 9261808..52425fb 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -435,7 +435,7 @@ 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. +Using simultaneously C and C magics on hashes may cause segfaults. =head1 DEPENDENCIES