]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
free callbacks fire also at the end of the global scope
authorVincent Pit <vince@profvince.com>
Sat, 14 Mar 2009 21:39:23 +0000 (22:39 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 14 Mar 2009 21:39:23 +0000 (22:39 +0100)
lib/Variable/Magic.pm

index 6fe769cc3ec1da7800ebae45b07f8dbaed8e3ccd..7e16527f5307b87bc0620e1f440ee87e7c54e1ae 100644 (file)
@@ -133,7 +133,7 @@ Please note that this is different from undefining the variable, even though the
 C<free>
 
 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 *