]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Reference-count global setup/teardown
authorVincent Pit <vince@profvince.com>
Wed, 8 Apr 2015 12:24:50 +0000 (09:24 -0300)
committerVincent Pit <vince@profvince.com>
Wed, 8 Apr 2015 12:24:50 +0000 (09:24 -0300)
This fixes surprises like this one : module loaded in thread 1, then in
thread 2, then thread 1 ends and now the module does not work anymore in
thread 2 (even though it should).


No differences found