- Adds reap_finished_children, is_child and is_parent to match Perl PFM 1.14.
- Start adding tests
- Switch to Rubygems packaging
- Allow use of Rubocop
- Fixes bug in garbage collection.
- Minor doc fixes.
- Fixes garbage collection.
- Refresh to match changes to Perl PFM 1.12.
- May the 4th be with you.
- Resolves bug #29043 wait_one_child failed to retrieve object.
- Adds conversion of Object to Hash before serialization to avoid 'singleton can't be dumped' error.
- Minor documentation changes for initialize().
- Implements data structure retrieval as had appeared in Perl Parallel::ForkManager 0.7.6.
- Removes support for passing Proc to run_on_* methods; now supports blocks instead.
- Documentation updates and code cleanup.
- Resolves bug #27748 finish throws an error when used with start(ident).
- Adds block support to run_on_start(), run_on_wait(), run_on_finish().
- Resolves bug with Errno::ECHILD.
- Resolves bug [#27661] forkmanager doesn't fork!.
- Adds block support to start() w/doc changes for same.
- Resolves bug #27328 dies with max procs 1.
- Initial release