Changes for version 0.06

  • Missed the fact that threads->create is a synonym for threads->new. Before, threads->create still referred to the original threads->new rather than the one we put in its place. Now fixed thanks to spot by Tom Brettin. Adapted test-suite as well.
  • Changed "$new" package lexical into a closure.

Modules

provide thread-local exit(), BEGIN {}, END {} and exited()