I am pleased to announce the release of Win32-ProcFarm-2.13.gz to my directory on CPAN.
There are a number of bug fixes in this release as well as some moderate code improvements. I probably should have released two or three releases since 2.12, but I kept putting it off. However, the recent discovery that there is actually someone else using my code (yay! wow!) has prompted me to start being more diligent about releasing updates. He even found a bug! Under 5.005, 2**32 == 0 (it doesn't under 5.6.0!), so my code that said $a = $a % 2**32 had a minor problem:). See the Changes file if you're curious (most of you probably aren't). In a nutshell, Win32::ProcFarm exists to support process-level parallelism for latency bound tasks on Win32 boxes. --Toby Everett