]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Reference-count global setup/teardown
authorVincent Pit <vince@profvince.com>
Mon, 6 Apr 2015 18:45:46 +0000 (15:45 -0300)
committerVincent Pit <vince@profvince.com>
Mon, 6 Apr 2015 18:45:50 +0000 (15:45 -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