The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.07

  • Removed shutdown test from Tie02.t: default thread should close down on its own now, you shouldn't get a "Threads were running" error anymore.
  • Added END {} to take care of shutdown of default thread: apparently the going out of scope of the main thread object doesn't cause the DESTROY method to be called. So this is really a workaround for a bug in Perl.
  • Increased dependency on Thread::Serialize to 0.02, to ensure that the most efficient one is always used.

Modules

tie variables into a thread of their own
default class for tie-ing arrays to threads
default class for tie-ing handles to threads
default class for tie-ing hashes to threads
default class for tie-ing scalars to threads
create threads for tied variables