]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
Make the module threadsafe by adding a CLONE method that clones the global state...
authorVincent Pit <vince@profvince.com>
Fri, 19 Sep 2008 21:53:44 +0000 (23:53 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 19 Sep 2008 21:53:44 +0000 (23:53 +0200)
commit201d2874479e003bb82662085516a07aa04391e2
treec9a00019c0e4859f0fa6b66515f87381a5b235ff
parented119184e2325cba49804db12687cc7b2526b87c
Make the module threadsafe by adding a CLONE method that clones the global state. Test it with t/40-threads.t. Export the thread-safety status through VMG_THREADSAFE
MANIFEST
Magic.xs
lib/Variable/Magic.pm
t/01-import.t
t/40-threads.t [new file with mode: 0644]