From: Vincent Pit Date: Wed, 8 Apr 2015 12:24:50 +0000 (-0300) Subject: Reference-count global setup/teardown X-Git-Tag: v0.57~11 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=4a19e38d1c3cae3504a5d2dbbca0bd483280f1f7;hp=4a19e38d1c3cae3504a5d2dbbca0bd483280f1f7;p=perl%2Fmodules%2FVariable-Magic.git Reference-count global setup/teardown 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). ---