From: Vincent Pit Date: Sat, 14 Mar 2009 21:39:23 +0000 (+0100) Subject: free callbacks fire also at the end of the global scope X-Git-Tag: v0.33~12 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=40ca1914fff709f777b1da437b0ccb82c4fe5468 free callbacks fire also at the end of the global scope --- diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 6fe769c..7e16527 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -133,7 +133,7 @@ Please note that this is different from undefining the variable, even though the C This one can be considered as an object destructor. -It happens when the variable goes out of scope (with the exception of global scope), but not when it is undefined. +It happens when the variable goes out of scope, but not when it is undefined. =item *