Revision history for Forks-Super
0.12
Added name attribute. waitpid, dependencies, and job lookup by job name.
Fixed named subroutine. Impl tied scalars for $ON_BUSY,$QUEUE_INTERRUPT.
On child timeout, all child subprocesses are killed.
0.11 2009-12-18
Fixes for some tests.
0.10 2009-12-08
Added sockets for IPC ; Changed API for accessing child
STDxxx handles.
0.09 2009-12-06
Require 5.7.3 for "safe" signals -- see perlipc ; refined some tests
0.08 2009-12-03
job-level debugging ; recommended modules to README and META.yml ;
os_priority implemented in MSWin32
0.07 2009-12-01
implement cpu_affinity option for Cygwin, Win32, Linux
0.06 2009-11-25
pod fixes; adding module config to import method (though this isn't
documented yet); v5.6 compatibility changes, tested on MSWin32
(AS) v5.6.1; may not pass all CPAN testers, but I expect improvement
0.05 2009-11-19
API Change Forks::Super::Job::_get to Forks::Super::Job::get
0.04 2009-11-14
Alpha release.